diff options
Diffstat (limited to 'valgrind.spec.in')
-rw-r--r-- | valgrind.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/valgrind.spec.in b/valgrind.spec.in index 08416a67..9c709a77 100644 --- a/valgrind.spec.in +++ b/valgrind.spec.in @@ -24,6 +24,7 @@ detect problems such as: - Memory leaks -- where pointers to malloc'd blocks are lost forever - Passing of uninitialised and/or unaddressible memory to system calls - Mismatched use of malloc/new/new [] vs free/delete/delete [] +- Some abuses of the POSIX Pthreads API %prep %setup -n @PACKAGE@-@VERSION@ |