Displaying 2 results from an estimated 2 matches for "nbdkit_3".
Did you mean:
nbdkit_
2018 Dec 02
0
[PATCH nbdkit 2/4] valgrind: Add --show-leak-kinds=all and comprehensive list of suppressions.
...nd suppressions
-# Copyright (C) 2016 Red Hat Inc.
+# Copyright (C) 2016-2018 Red Hat Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -50,22 +50,13 @@
fun:allocate_stack
}
-# Allow thread-local storage from pthread_create to leak.
-{
- nbdkit_3
- Memcheck:Leak
- fun:calloc
- ...
- fun:_dl_allocate_tls
-}
-
# close methods are not guaranteed to be called if a connection is in
# progress when the server is being shut down, so leaks in various
# *_open functions are fairly inevitable. We simply have to check by
# hand that the follo...
2018 Dec 02
10
[PATCH nbdkit 0/4] Multiple valgrind improvements and possible security fix.
I worked out why valgrind wasn't being applied to nbdkit when run by
many of the tests (patches 1-2). Unfortunately I'm not able to make
it actually fail tests when valgrind fails. Although the situation is
marginally improved in that you can now manually examine the *.log
files and find valgrind failures that way. Also adds valgrinding of
the Python plugin (patch 3).
Along the way I