]> git.puffer.fish Git - mirror/frr.git/commit
tools: Add some more data to ignore for valgrind 8472/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 14 Apr 2021 14:56:34 +0000 (10:56 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 5 May 2021 14:52:51 +0000 (10:52 -0400)
commit56b99116f2082df6c9927f49b660295c69f1c7f8
tree45acfc3fba505f6ccf3303d3f2de2c7f340d5625
parent6038682d465e9ec6e1f62a53bfd53f6ebadf6e7a
tools: Add some more data to ignore for valgrind

When running valgrind there are some possible memory leaks.
These memory leaks we have absolutely no control over, mark
them as not worthy of being reported.

Finally move the valgrind suppressions file from bgpd/ to tools/
this is because this suppressions file can be used beyond bgpd

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/valgrind.supp [deleted file]
tools/valgrind.supp [new file with mode: 0644]