mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
2005-04-11 Marcus Brinkmann <marcus@g10code.de>
* simple-pwquery.c (simple_pwquery): Use spwq_secure_free.
This commit is contained in:
parent
6ece9a0de9
commit
c5b1095b6d
@ -1,3 +1,7 @@
|
|||||||
|
2005-04-11 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* simple-pwquery.c (simple_pwquery): Use spwq_secure_free.
|
||||||
|
|
||||||
2005-03-03 Werner Koch <wk@g10code.com>
|
2005-03-03 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* Makefile.am (AM_CFLAGS): Added PTH_CFLAGS. Noted by Kazu Yamamoto.
|
* Makefile.am (AM_CFLAGS): Added PTH_CFLAGS. Noted by Kazu Yamamoto.
|
||||||
|
@ -541,7 +541,7 @@ simple_pwquery (const char *cacheid,
|
|||||||
if (fd != -1)
|
if (fd != -1)
|
||||||
close (fd);
|
close (fd);
|
||||||
if (pw)
|
if (pw)
|
||||||
spwq_free (pw);
|
spwq_secure_free (pw);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user