painless-security / trust-router

Moonshot Trust Router
0 stars 0 forks source link

Memory leaks and uninitialized values in Trust Router / TID code #33

Open jennifer-richards opened 6 years ago

jennifer-richards commented 6 years ago

A substantial number of errors are found by running valgrind on the trust_router or tids binaries. Many of the leaks are likely harmless because they occur only in TID handling sub-processes, which are short-lived. It would still be nice to clean these up or verify that they are, in fact, tolerable.

Running valgrind to see these: as root, "libtool --mode=execute valgrind --leak-check=full --track-origins=yes [options...]"

Launchpad Details: #LP1648121 Jennifer Richards - 2016-12-07 15:37:48 +0000

jennifer-richards commented 6 years ago

This might be related to https://bugs.launchpad.net/moonshot-tr/+bug/1689591

[That issue is #4 in GitHub]

Launchpad Details: #LPC Stefan Paetow - 2017-05-10 12:54:49 +0000