From ffba0e015808bf2cdee27c40205d27304f908cfc Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Wed, 4 Jul 2012 06:00:14 +0900 Subject: [PATCH] changelog --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9ab5218..3026b18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2012-07-04 Niibe Yutaka + + Bug fixes. + * src/ac.c (verify_admin_0): Compare PW_LEN and BUF_LEN. + + * src/openpgp-do.c (gpg_do_chks_prvkey): Set do_ptr to NULL before + calling flash_do_write (which might cause GC). + (gpg_do_put_data, gpg_do_write_simple): Likewise. + + * src/openpgp.c (cmd_reset_user_password): Write to + DO_KEYSTRING_PW1. + 2012-07-03 Niibe Yutaka * test/features/040_passphrase_change.feature: New.