504466 Double close causes SEGV
504904 Hide "bad act handler address" warnings when -q (quiet) flag is set
504909 Hide "Bad oldset address" warnings when -q (quiet) flag is set
+504919 Hide "client tried to modify addresses" warnings when -q (quiet) set
504936 Add FreeBSD amd64 sysarch subcommands AMD64_SET_TLSBASE and
AMD64_GET_TLSBASE
syscallname, start, start+size-1, (Int)ret);
if (!ret && syscallname != NULL) {
- VG_(message)(Vg_UserMsg, "Warning: client syscall %s tried "
- "to modify addresses %#lx-%#lx\n",
- syscallname, start, start+size-1);
+ if (VG_(clo_verbosity) >= 1) {
+ VG_(message)(Vg_UserMsg, "Warning: client syscall %s tried "
+ "to modify addresses %#lx-%#lx\n",
+ syscallname, start, start+size-1);
+ }
if (VG_(clo_verbosity) > 1) {
VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
}
Syscall param mprotect(prot) contains uninitialised byte(s)
...
-Warning: client syscall mprotect tried to modify addresses 0x........-0x........
---------------------------------------------------------
75: SYS_madvise 3s 0m
---------------------------------------------------------
Syscall param mprotect(prot) contains uninitialised byte(s)
...
-Warning: client syscall mprotect tried to modify addresses 0x........-0x........
---------------------------------------------------------
75: SYS_madvise 3s 0m
---------------------------------------------------------
Syscall param shmsys_shmdt(shmaddr) contains uninitialised byte(s)
...
-Warning: client syscall shmdt tried to modify addresses 0x........-0x........
---------------------------------------------------------
52: SYS_shmsys (SHMGET) 4s 0m
---------------------------------------------------------