blob: 15557393d4e49d1a8dae885bce3d4845e7d13f7c [file] [log] [blame]
njn25e49d8e72002-09-23 09:36:25 +00001
2Syscall param socketcall.getsockname(name) contains unaddressable byte(s)
3 at 0x........: getsockname (in /...libc...)
4 by 0x........: __libc_start_main (...libc...)
njn12f4c8a2002-11-18 11:46:48 +00005 by 0x........: (within /.../tests/buflen_check)
njn25e49d8e72002-09-23 09:36:25 +00006 Address 0x........ is not stack'd, malloc'd or free'd
7
8Syscall param socketcall.getsockname(namelen_in) contains uninitialised or unaddressable byte(s)
9 at 0x........: getsockname (in /...libc...)
10 by 0x........: __libc_start_main (...libc...)
njn12f4c8a2002-11-18 11:46:48 +000011 by 0x........: (within /.../tests/buflen_check)
njn25e49d8e72002-09-23 09:36:25 +000012 Address 0x........ is not stack'd, malloc'd or free'd
13getsockname(1) failed
14getsockname(2) failed
15
16ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
17malloc/free: in use at exit: 0 bytes in 0 blocks.
18malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
19For a detailed leak analysis, rerun with: --leak-check=yes
20For counts of detected errors, rerun with: -v