]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/ISSUES.txt
Change the PciBusDxe driver to install the PCI enumeration complete GUID in the PCI...
[mirror_edk2.git] / StdLib / ISSUES.txt
CommitLineData
6d42638c 1 Status Key:\r
2 Open Problem is unresolved and final disposition unknown.\r
3 Verified Problem has been reproduced.\r
4 Understood Root cause of problem is understood.\r
5 Document Problem is to be fixed through improved documentation.\r
6 Fixed Problem has been resolved and changes committed.\r
7\r
d49fa79a 8SocketLib\r
9=============\r
10 Category TOOLs Reported Status\r
11 ------------------------ -------- -------------- -----------\r
12\r
13StdLib Issues\r
14=============\r
6d42638c 15 Category TOOLs Reported Status\r
16 ------------------------ -------- -------------- -----------\r
05c7d5f6 171: Compilation Error vs2010 2012 Fixed 3/2013\r
6d42638c 18 stdlib\libc\gdtoa\strtod.c(825) : warning C4789: destination of memory copy is too small\r
05c7d5f6 19 runtime crashes when using floating-point formats with printf\r
6d42638c 20\r
d49fa79a 212: Compilation Error ALL 2012 Fixed 1/2012\r
6d42638c 22 StdLib/LibC/Uefi/SysCalls.c: In function 'utimes': error: 'va_start' used in function with fixed args\r
23\r
05c7d5f6 243: Usage Clarification 2012 Document\r
6d42638c 25 Clarify that the current StdLib may not be used for developing drivers.\r
26\r
05c7d5f6 274: Execution/Compile errors 2012 Fixed 1/2013\r
6d42638c 28 Mismatch in use of EFIAPI between declaration and definition of some functions.\r
29\r
305: Error message Quality during execution 2012 Verified\r
31 Performing filesystem operations when a filesystem driver has not been\r
32 linked into the application results in hangs or error messages that are\r
33 misleading or unclear as to the cause.\r
34\r
356: Application error return 2012 Verified\r
36 On error, applications will sometimes return large positive numbers.\r
37\r
d49fa79a 387: Compilation Error GCC46 Jan, 2013 Fixed 1/2013\r
6d42638c 39 StdLib/LibC/Containers/Queues/Fifo.c:508:27: error: assignment from incompatible pointer type\r
40\r
d49fa79a 418: Compilation Error\r
42 StdLib\LibC\Uefi\InteractiveIO\IIOutilities.c Jan. 2013 Fixed 1/2013\r
43 IIO_CursorDelta: Declaration return type differs from definition return type.\r
44\r
459: chdir/cwd not in EFI Shell 2012 Understood\r
6d42638c 46 The chdir and getcwd functions only work if one is using the UEFI Shell.\r
47\r
d49fa79a 4810: No current volume/directory at app. startup. 2012 Understood\r
6d42638c 49 If the Shell does not have a current volume or directory, file operations\r
50 may hang or fail.\r
d49fa79a 51\r
05c7d5f6 5211: printf("-%ls-", L"test") will only print "--" 2013 Fixed 3/2013\r
53\r
54\r
d49fa79a 55PosixLib\r
56=============\r
57 Category TOOLs Reported Status\r
58 ------------------------ -------- -------------- -----------\r