Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 168 → Rev 169

/trunk/debian/patches/nettle_crypt_md5_buffer_size.patch
0,0 → 1,15
From: Arne Goedeke <el@laramies.com>
Subject: Nette.MD5: passwd array was too small
Origin: upstream, http://pike-librarian.lysator.liu.se/piff.xml?module=pike.git&file=src/post_modules/Nettle/crypt_md5.c&from=ef75d0301312d2d5603760772bcd09f16cd24c8a&to=2652ce0df4d39c09a57049b3ca0daf735b331e5b
 
--- a/src/post_modules/Nettle/crypt_md5.c
+++ b/src/post_modules/Nettle/crypt_md5.c
@@ -47,7 +47,7 @@ char *pike_crypt_md5(int pl, const char
* it this way, we can get
* better later on
*/
- static char passwd[22], *p;
+ static char passwd[23], *p;
unsigned char final[MD5_DIGEST_SIZE];
int i;
struct md5_ctx ctx;
/trunk/debian/patches/series
10,3 → 10,4
dump_timeout.patch
reg_enum_conflict.patch
hurd.patch
nettle_crypt_md5_buffer_size.patch