Projects in the topic valgrind


Add Valgrind checks to Libgcrypt

a project by pmonrealgonzalez

Project Description

The regression tests in Libgcrypt could benefit from having memory leak detection checks. These checks could be run optionally during build time. One well suited tool for this purpose is Valgrind.

Updated almost 3 years ago. 1 hackers ♥️. 1 follower.

80-bit floats support on x86_64 for Valgrind

a project by mfranc

Project Description

Valgrind currently lacks support for 80-bit extended precision floating point arithmetic on x86_64 (long double). The current implementation uses 64-bit arithmetic instead, which means that programs running on x86_64 with "long double" give different results when running under Valgrind and natively. People were asking for support for this since like forever, but to date nobody went on implementing it. It's a project for a year, unless somebody has time to work on it full time, but one has to start somewhere. :-)

Updated 4 months ago. 5 hacker ♥️. 2 followers.