patch-2.0.21-2.1.0 linux/mm/kmalloc.c

Next file: linux/mm/memory.c
Previous file: linux/mm/filemap.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file lx2.0/v2.0.21/linux/mm/kmalloc.c linux/mm/kmalloc.c
@@ -405,7 +405,7 @@
 		goto bad_order;
 	ptr->bh_flags = MF_FREE;	/* As of now this block is officially free */
 #ifdef SADISTIC_KMALLOC
-	memset(ptr+1, 0xe0, ptr->bh_length);
+	memset(ptr+1, 0x0e, ptr->bh_length);
 #endif
 	save_flags(flags);
 	cli();

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov