------------------------------------- Testing malloc_inuse()...OK ------------------------------------- Testing malloc_mark()...OK ------------------------------------- Testing malloc_size()...OK ------------------------------------- Testing memalign()...OK ------------------------------------- Error from strcpy() - out of bounds MALLOC Warning from strncpy() (called from testerr.c line 134): Pointer within malloc region, but outside of malloc data bounds This error is *probably* associated with the following allocation: A call to malloc for 10 bytes in testerr.c on line 129. ------------------------------------- Error from memset() - out of bounds (beyond) MALLOC Warning from memset() (called from testerr.c line 139): Pointer within malloc region, but outside of malloc data bounds This error is *probably* associated with the following allocation: A call to malloc for 20 bytes in testerr.c on line 127. ------------------------------------- Error from free() - overrun MALLOC Warning from free() (called from testerr.c line 144): Data has overrun beyond requested number of bytes This error is *probably* associated with the following allocation: A call to malloc for 20 bytes in testerr.c on line 127. MALLOC Warning from free() (called from testerr.c line 144): Data has overrun beyond requested number of bytes This error is *probably* associated with the following allocation: A call to malloc for 10 bytes in testerr.c on line 129. ------------------------------------- Error from free() - double free MALLOC Warning from free() (called from testerr.c line 149): Data area is not in use (can't be freed or realloced, or used) This error is *probably* associated with the following allocation: A call to malloc for 20 bytes in testerr.c on line 127. in testerr.c on line 144. ------------------------------------- NO error from bzero ------------------------------------- Error from bzero() - out of bounds MALLOC Warning from bzero() (called from testerr.c line 159): Pointer within malloc region, but outside of malloc data bounds This error is *probably* associated with the following allocation: A call to malloc for 10 bytes in testerr.c on line 129. ------------------------------------- Error from free() - overrun MALLOC Warning from free() (called from testerr.c line 164): Data has overrun beyond requested number of bytes This error is *probably* associated with the following allocation: A call to malloc for 10 bytes in testerr.c on line 129. ------------------------------------- Error from memset() - out of bounds (before) MALLOC Warning from memset() (called from testerr.c line 171): Pointer within malloc region, but outside of malloc data bounds This error is *probably* associated with the following allocation: A call to malloc for 1 bytes in testerr.c on line 166. ------------------------------------- Error from free() - underrun MALLOC Warning from free() (called from testerr.c line 176): Data has written before beginning of requested bytes This error is *probably* associated with the following allocation: A call to malloc for 1 bytes in testerr.c on line 166. ------------------------------------- Error from memset() - out of bounds MALLOC Warning from memset() (called from testerr.c line 184): Pointer within malloc region, but outside of malloc data bounds This error is *probably* associated with the following allocation: A call to malloc for 10 bytes in testerr.c on line 178. ------------------------------------- Error from malloc() - chain broken MALLOC Warning from malloc() (called from testerr.c line 190): Pointers between this segment and adjoining segments are invalid This error is *probably* associated with the following allocation: A call to malloc for 10 bytes in testerr.c on line 178.