1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
|
{
Invalid free in valgrind/vgpreload_memcheck-amd64-linux.so
Memcheck:Free
fun:free
fun:__libc_freeres
fun:_vgnU_freeres
fun:__run_exit_handlers
fun:exit
}
{
Syscall param sendmsg(msg.msg_name) points to uninitialised byte(s)
Memcheck:Param
sendmsg(msg.msg_name)
fun:*sendmsg*
fun:readline
}
{
Syscall param msgsnd(msgp->mtext) points to uninitialised byte(s) [under fakeroot]
Memcheck:Param
msgsnd(msgp->mtext)
...
obj:*libfakeroot*.so
}
{
Syscall param stat(file_name) points to uninitialised byte(s) [under fakeroot]
Memcheck:Param
stat(file_name)
...
obj:*libfakeroot*.so
}
{
Syscall param socketcall.connect(serv_addr.sa_data) points to uninitialised byte(s) (MacOS X)
Memcheck:Param
socketcall.connect(serv_addr.sa_data)
fun:connect
...
fun:si_addrinfo
}
{
gdbm 1.13 writes uninitialised bytes from malloc'd area to file
Memcheck:Param
write(buf)
...
fun:_gdbm_full_write
fun:gdbm_fd_open
fun:dbm_open
}
{
iconv_open on Fedora 33
Memcheck:Addr16
fun:strncmp
...
fun:iconv_open
}
{
iconv_open on Manjaro with glibc 2.36-6
Memcheck:Addr8
fun:strncmp
fun:is_dst
...
fun:iconv_open
fun:get_param_value
}
{
dyld libraryLocator on MacOS 10.11.6 (El Capitan)
Memcheck:Cond
fun:vbcmp
...
fun:_ZN4dyldL14libraryLocator*
}
{
dyld libraryLocator on MacOS 10.11.6 (El Capitan)
Memcheck:Value8
fun:bcmp
...
fun:_ZN4dyldL14libraryLocator*
}
{
dyld ImageLoader on MacOS 10.11.6 (El Capitan)
Memcheck:Cond
fun:_ZN16ImageLoaderMachO18validateFirstPagesEPK21linkedit_data_commandiPKhmxRKN11ImageLoader11LinkContextE
...
fun:_ZN4dyldL14libraryLocator*
}
{
Mach msg uninitialized bytes (MacOS X)
Memcheck:Param
mach_msg("rcv_name")
fun:mach_msg_trap
...
fun:_os_trace*
}
{
Mach msg->desc.port uninitialized bytes (MacOS X)
Memcheck:Param
msg->desc.port.name
fun:mach_msg_trap
...
fun:_os_trace*
}
{
Invalid read of size 16 (MacOS X)
Memcheck:Addr16
fun:_platform_memchr$VARIANT$Base
fun:fgets
fun:mts_read_conf_file
}
{
memmove on Manjaro with glibc 2.36-6
Memcheck:Overlap
fun:__memcpy_chk
fun:memmove
fun:fmt_scan
}
{
Syscall param msgsnd(msgp->mtext) points to uninitialised byte(s) [under fakeroot]
Memcheck:Param
msgsnd(msgp->mtext)
...
obj:*libfakeroot*.so
}
{
Syscall param stat(file_name) points to uninitialised byte(s) [under fakeroot]
Memcheck:Param
stat(file_name)
...
obj:*libfakeroot*.so
}
|