mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c38fb7c7a2
the multisession stuff. Too bad, but i've missed the 2.2.5 deadline with this by a few hours.
11 lines
303 B
Plaintext
11 lines
303 B
Plaintext
--- 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);
|
|
|
|
/*
|