1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Add stuff from gnulib.

This commit is contained in:
Werner Koch 2005-06-01 15:48:03 +00:00
parent cad9562436
commit 5703db4d03
49 changed files with 4266 additions and 0 deletions

7
gl/allocsa.valgrind Normal file
View file

@ -0,0 +1,7 @@
# Suppress a valgrind message about use of uninitialized memory in freesa().
# This use is OK because it provides only a speedup.
{
freesa
Memcheck:Cond
fun:freesa
}