]> git.proxmox.com Git - mirror_edk2.git/blob - StdLib/ISSUES.txt
StdLib & AppPkg: Update the list of known ISSUES.
[mirror_edk2.git] / StdLib / ISSUES.txt
1 Status Key:
2 Open Problem is unresolved and final disposition unknown.
3 Verified Problem has been reproduced.
4 Understood Root cause of problem is understood.
5 Document Problem is to be fixed through improved documentation.
6 Fixed Problem has been resolved and changes committed.
7
8 SocketLib
9 =============
10 Category TOOLs Reported Status
11 ------------------------ -------- -------------- -----------
12
13 StdLib Issues
14 =============
15 Category TOOLs Reported Status
16 ------------------------ -------- -------------- -----------
17 1: Compilation Error vs2010 2012 Understood
18 stdlib\libc\gdtoa\strtod.c(825) : warning C4789: destination of memory copy is too small
19
20 2: Compilation Error ALL 2012 Fixed 1/2012
21 StdLib/LibC/Uefi/SysCalls.c: In function 'utimes': error: 'va_start' used in function with fixed args
22
23 3: Usage Clarification 2012 Understood/Document
24 Clarify that the current StdLib may not be used for developing drivers.
25
26 4: Execution/Compile errors 2012 Understood
27 Mismatch in use of EFIAPI between declaration and definition of some functions.
28
29 5: Error message Quality during execution 2012 Verified
30 Performing filesystem operations when a filesystem driver has not been
31 linked into the application results in hangs or error messages that are
32 misleading or unclear as to the cause.
33
34 6: Application error return 2012 Verified
35 On error, applications will sometimes return large positive numbers.
36
37 7: Compilation Error GCC46 Jan, 2013 Fixed 1/2013
38 StdLib/LibC/Containers/Queues/Fifo.c:508:27: error: assignment from incompatible pointer type
39
40 8: Compilation Error
41 StdLib\LibC\Uefi\InteractiveIO\IIOutilities.c Jan. 2013 Fixed 1/2013
42 IIO_CursorDelta: Declaration return type differs from definition return type.
43
44 9: chdir/cwd not in EFI Shell 2012 Understood
45 The chdir and getcwd functions only work if one is using the UEFI Shell.
46
47 10: No current volume/directory at app. startup. 2012 Understood
48 If the Shell does not have a current volume or directory, file operations
49 may hang or fail.
50
51 PosixLib
52 =============
53 Category TOOLs Reported Status
54 ------------------------ -------- -------------- -----------