aboutsummaryrefslogtreecommitdiff
path: root/quotest/.valgrind.supp
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-10-06 19:27:24 +0200
committern-peugnet <n.peugnet@free.fr>2022-10-06 19:27:24 +0200
commit08632625e1a04257b5c7d4a9db2246ac07436748 (patch)
tree9ddadf219a7e352ddd3549ad1683282c944adfb6 /quotest/.valgrind.supp
parente9c2e2a26d3711e755aa5eb8a8478917c71d612b (diff)
parentd911b207f49e936b3e992200796110f0749ed150 (diff)
downloadlibquotient-08632625e1a04257b5c7d4a9db2246ac07436748.tar.gz
libquotient-08632625e1a04257b5c7d4a9db2246ac07436748.zip
Update upstream source from tag 'upstream/0.7.0'
Update to upstream version '0.7.0' with Debian dir 30dcb77a77433e4a54eab77c0b82ae925dead2d8
Diffstat (limited to 'quotest/.valgrind.supp')
-rw-r--r--quotest/.valgrind.supp68
1 files changed, 68 insertions, 0 deletions
diff --git a/quotest/.valgrind.supp b/quotest/.valgrind.supp
new file mode 100644
index 00000000..d65fb52e
--- /dev/null
+++ b/quotest/.valgrind.supp
@@ -0,0 +1,68 @@
+{
+ libc_dirty_free_on_exit
+ Memcheck:Free
+ fun:free
+ fun:__libc_freeres
+ fun:_vgnU_freeres
+ fun:__run_exit_handlers
+ fun:exit
+}
+
+{
+ QAuthenticator
+ Memcheck:Leak
+ match-leak-kinds: possible
+ ...
+ fun:_ZN14QAuthenticator6detachEv
+}
+
+{
+ QTimer
+ Memcheck:Leak
+ match-leak-kinds: possible
+ fun:_Znwm
+ fun:_ZN7QObjectC1EPS_
+ fun:_ZN6QTimerC1EP7QObject
+}
+
+{
+ QSslConfiguration
+ Memcheck:Leak
+ match-leak-kinds: possible
+ fun:_Znwm
+ ...
+ fun:_ZN17QSslConfigurationC1Ev
+}
+
+{
+ libcrypto_ASN1
+ Memcheck:Leak
+ match-leak-kinds: definite
+ fun:malloc
+ ...
+ fun:ASN1_item_ex_d2i
+}
+
+{
+ malloc_from_libcrypto
+ Memcheck:Leak
+ match-leak-kinds: possible
+ fun:malloc
+ fun:CRYPTO_malloc
+ ...
+ obj:/lib/x86_64-linux-gnu/libcrypto.so.*
+}
+
+{
+ Slot_activation_from_QtNetwork
+ Memcheck:Leak
+ match-leak-kinds: definite
+ fun:malloc
+ fun:inflateInit2_
+ obj:/*/*/*/libQt5Network.so.*
+ ...
+ fun:_ZN11QMetaObject8activateEP7QObjectiiPPv
+ ...
+ fun:_ZN11QMetaObject8activateEP7QObjectiiPPv
+ obj:/*/*/*/libQt5Network.so.*
+} \ No newline at end of file