blob: 378f47208d88a3966e41bd2bbf0910e02c22bfeb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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);
/*
|