Re: malloc junk bytes

2016-10-14 Thread Ted Unangst
Otto Moerbeek wrote: > Hi, > > 0xdb is better dan 0xd0, since it is unaligned in more cases (think > about the bytes being used as a pointer. ok

malloc junk bytes

2016-10-14 Thread Otto Moerbeek
Hi, 0xdb is better dan 0xd0, since it is unaligned in more cases (think about the bytes being used as a pointer. ok? -Otto Index: lib/libc/stdlib/malloc.c === RCS file: /cvs/src/lib/libc/stdlib/malloc.c,v retrieving