freebsd-ports/sysutils/mkisofs/files/patch-ad
Joerg Wunsch c38fb7c7a2 Upgrade to version 1.11.1, also fix an ininitialized variable bug in
the multisession stuff.

Too bad, but i've missed the 2.2.5 deadline with this by a few hours.
1997-10-22 06:13:44 +00:00

10 lines
303 B
Text

--- multi.c.orig Mon Oct 13 04:46:46 1997
+++ multi.c Fri Oct 17 14:49:16 1997
@@ -437,6 +437,7 @@
if( tt_extent != 0 && tt_size != 0 )
{
tt_buf = (unsigned char *) e_malloc(tt_size);
+ memset(tt_buf, 0, tt_size);
readsecs(tt_extent, tt_buf, tt_size/SECTOR_SIZE);
/*