+2008-03-20 Ian Jackson <ian@davenant.greenend.org.uk>
+
+ * lib/tarfn.c (TarExtractor): Initialize h.LinkName and h.Name to
+ NULL.
+
2008-03-16 Raphael Hertzog <hertzog@debian.org>
* scripts/Dpkg/Shlibs/Objdump.pm: Add "objid" property to
Thanks to Ian Jackson.
* Allow compilation with --disable-nls on systems without libintl.h where
a non glibc claims to be glibc. Closes: #465420
+ * Fix crash when a .deb file becomes unreadable while dpkg is starting.
+ Thanks to Ian Jackson. Closes: #386210
[ Raphael Hertzog ]
* Add a warning displayed by dpkg-genchanges if the current version is
symListBottom = symListPointer = symListTop = m_malloc(sizeof(symlinkList));
symListTop->next = NULL;
+ h.Name = NULL;
+ h.LinkName = NULL;
h.UserData = userData;
while ( (status = functions->Read(userData, buffer, 512)) == 512 ) {