]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/ISSUES.txt
StdLib: Correct two instances of mismatch between function declaration and definition...
[mirror_edk2.git] / StdLib / ISSUES.txt
CommitLineData
6d42638c 1StdLib Issues\r
2=============\r
3 Status Key:\r
4 Open Problem is unresolved and final disposition unknown.\r
5 Verified Problem has been reproduced.\r
6 Understood Root cause of problem is understood.\r
7 Document Problem is to be fixed through improved documentation.\r
8 Fixed Problem has been resolved and changes committed.\r
9\r
10 Category TOOLs Reported Status\r
11 ------------------------ -------- -------------- -----------\r
121: Compilation Error vs2010 2012 Understood\r
13 stdlib\libc\gdtoa\strtod.c(825) : warning C4789: destination of memory copy is too small\r
14\r
152: Compilation Error ALL 2012 Understood\r
16 StdLib/LibC/Uefi/SysCalls.c: In function 'utimes': error: 'va_start' used in function with fixed args\r
17\r
183: Usage Clarification 2012 Understood/Document\r
19 Clarify that the current StdLib may not be used for developing drivers.\r
20\r
214: Execution/Compile errors 2012 Understood\r
22 Mismatch in use of EFIAPI between declaration and definition of some functions.\r
23\r
245: Error message Quality during execution 2012 Verified\r
25 Performing filesystem operations when a filesystem driver has not been\r
26 linked into the application results in hangs or error messages that are\r
27 misleading or unclear as to the cause.\r
28\r
296: Application error return 2012 Verified\r
30 On error, applications will sometimes return large positive numbers.\r
31\r
327: Compilation Error GCC46 Jan, 2013 Open\r
33 StdLib/LibC/Containers/Queues/Fifo.c:508:27: error: assignment from incompatible pointer type\r
34\r
358: chdir/cwd not in EFI Shell 2012 Understood\r
36 The chdir and getcwd functions only work if one is using the UEFI Shell.\r
37\r
389: No current volume/directory at app. startup. 2012 Understood\r
39 If the Shell does not have a current volume or directory, file operations\r
40 may hang or fail.\r