]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/ISSUES.txt
StdLib & AppPkg: Update the list of known ISSUES.
[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
171: Compilation Error vs2010 2012 Understood\r
18 stdlib\libc\gdtoa\strtod.c(825) : warning C4789: destination of memory copy is too small\r
19\r
d49fa79a 202: Compilation Error ALL 2012 Fixed 1/2012\r
6d42638c 21 StdLib/LibC/Uefi/SysCalls.c: In function 'utimes': error: 'va_start' used in function with fixed args\r
22\r
233: Usage Clarification 2012 Understood/Document\r
24 Clarify that the current StdLib may not be used for developing drivers.\r
25\r
264: Execution/Compile errors 2012 Understood\r
27 Mismatch in use of EFIAPI between declaration and definition of some functions.\r
28\r
295: Error message Quality during execution 2012 Verified\r
30 Performing filesystem operations when a filesystem driver has not been\r
31 linked into the application results in hangs or error messages that are\r
32 misleading or unclear as to the cause.\r
33\r
346: Application error return 2012 Verified\r
35 On error, applications will sometimes return large positive numbers.\r
36\r
d49fa79a 377: Compilation Error GCC46 Jan, 2013 Fixed 1/2013\r
6d42638c 38 StdLib/LibC/Containers/Queues/Fifo.c:508:27: error: assignment from incompatible pointer type\r
39\r
d49fa79a 408: Compilation Error\r
41 StdLib\LibC\Uefi\InteractiveIO\IIOutilities.c Jan. 2013 Fixed 1/2013\r
42 IIO_CursorDelta: Declaration return type differs from definition return type.\r
43\r
449: chdir/cwd not in EFI Shell 2012 Understood\r
6d42638c 45 The chdir and getcwd functions only work if one is using the UEFI Shell.\r
46\r
d49fa79a 4710: No current volume/directory at app. startup. 2012 Understood\r
6d42638c 48 If the Shell does not have a current volume or directory, file operations\r
49 may hang or fail.\r
d49fa79a 50\r
51PosixLib\r
52=============\r
53 Category TOOLs Reported Status\r
54 ------------------------ -------- -------------- -----------\r