1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

2003-08-20 Marcus Brinkmann <marcus@g10code.de>

* encrypt.c (encode_session_key): Allocate enough space.  Cast key
	byte to unsigned char to prevent sign extension.
	(encrypt_dek): Check return value before error.
This commit is contained in:
Marcus Brinkmann 2003-08-20 16:53:40 +00:00
parent e3cdba8386
commit e8cf79c977
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2003-08-20 Marcus Brinkmann <marcus@g10code.de>
* encrypt.c (encode_session_key): Allocate enough space. Cast key
byte to unsigned char to prevent sign extension.
(encrypt_dek): Check return value before error.
2003-08-14 Timo Schulz <twoaday@freakmail.de>
* encrypt.c (encode_session_key): Use new Libgcrypt interface.