audk/StdLib/LibC/gdtoa
Daryl McDaniel 2a7e98a8cc StdLib: Fix a "potentially uninitialized variable" error.
gdtoa/gdtoa.c:  Several "goto" paths allowed the initialization of a variable to be bypassed.  Initialized it at the top of the function in order to eliminate the error.

Updated the file header and copyright notices.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <daryl.mcdaniel@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16324 6f19259b-4bc3-4df7-8a09-765794883524
2014-11-10 23:05:45 +00:00
..
Ipf
_strtof.c
_strtold.c
atof.c
dmisc.c
dtoa.c
gdtoa.c StdLib: Fix a "potentially uninitialized variable" error. 2014-11-10 23:05:45 +00:00
gdtoa.h StdLib: The formatting for double float values, within the gdtoa library, is improper. 2014-08-06 18:29:02 +00:00
gdtoa.inf StdLib/LibC: Fix ARM symbol problems 2014-08-20 21:55:45 +00:00
gdtoaimp.h StdLib/LibC/gdtoa: Initialize variables before use, update the Kmax definition. 2014-08-21 20:58:05 +00:00
gethex.c
gmisc.c
hd_init.c
hexnan.c
ldtoa.c
misc.c
smisc.c
strtod.c
strtodg.c StdLib/LibC/gdtoa: Initialize variables before use, update the Kmax definition. 2014-08-21 20:58:05 +00:00
strtof.c StdLib/LibC/gdtoa: fix "missing braces around initializer" 2014-08-11 21:59:53 +00:00
strtold_px.c
strtold_subr.c
strtopx.c
sum.c
ulp.c