A C implementation of elliptic-curve-based Direct Anonymous Attestation (DAA) signatures. Created to support the Xaptum Edge Network Fabric, an IoT Network Solution.
The valgrind memcheck tests in travis-ci are reporting multiple "defects" (e.g. uninitialized memory).
However, our travis setup is apparently incorrect, because these defects are not showing up as failures, and so the build continues to pass. This also means that the full valgrind output isn't being shown in the travis logs, so we don't know what is causing the issues.
We need to:
Figure out what these memcheck issues are
Fix our travis setup, to ensure memcheck issues fail the build
The valgrind memcheck tests in travis-ci are reporting multiple "defects" (e.g. uninitialized memory).
However, our travis setup is apparently incorrect, because these defects are not showing up as failures, and so the build continues to pass. This also means that the full valgrind output isn't being shown in the travis logs, so we don't know what is causing the issues.
We need to: