summaryrefslogtreecommitdiffstats
path: root/tools/valgrind.supp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tools: Add another valgrind suppression for libyangDonald Sharp2021-11-151-0/+8
| | | | | | More memory leaks from libyang that we can just ignore Signed-off-by: Donald Sharp <sharpd@nvidia.com>
* tools: Add some new suppressionsDonald Sharp2021-09-211-0/+48
| | | | | | | Bunch of new stuff came in w/ the libyang2 upgrade that needs to be suppressed. Make it so. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
* tools: Add some more data to ignore for valgrindDonald Sharp2021-05-051-0/+32
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>