Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
ab8e5583
Commit
ab8e5583
authored
Aug 03, 2003
by
Per Cederqvist
Browse files
Removed a suppressions for calling accept() with NULL pointers. ISC
no longer does that.
parent
5f09ba0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/testsuite/lyskomd.supp
View file @
ab8e5583
...
...
@@ -10,30 +10,5 @@
fun:lookup_regexp
}
# FIXME (bug 916): ISC calls accept() with NULL pointers for the
# address and length arguments. valgrind-1.1.0 complains about that.
# I belive it is legal, but it is inefficient. We do call getpeername
# a short while later. This should be fixed.
#
# But for now, we only suppress the warning.
{
isc-call-accept-in-Bug-916
Memcheck:Param
socketcall.accept(addrlen_in)
fun:__libc_accept
fun:accept
fun:isc_tcp_accept
}
{
isc-call-accept-out-Bug-916
Memcheck:Param
socketcall.accept(addrlen_out)
fun:__libc_accept
fun:accept
fun:isc_tcp_accept
}
##----------------------------------------------------------------------##
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment