Author: pschweitzer Date: Thu Jul 14 12:40:17 2016 New Revision: 71938
URL: http://svn.reactos.org/svn/reactos?rev=71938&view=rev Log: [BOOTLIB] Don't deal with uninit ptr.
CID #1363698
Modified: trunk/reactos/boot/environ/lib/misc/image.c
Modified: trunk/reactos/boot/environ/lib/misc/image.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/lib/misc/image... ============================================================================== --- trunk/reactos/boot/environ/lib/misc/image.c [iso-8859-1] (original) +++ trunk/reactos/boot/environ/lib/misc/image.c [iso-8859-1] Thu Jul 14 12:40:17 2016 @@ -1309,6 +1309,7 @@ DeviceId = -1; Device = NULL; ImageAppEntry = NULL; + AppEntry = NULL; Path = NULL; ImageSize = 0; ImageBase = NULL;