[issue3557] Segfault in sha1

2008-08-15 Thread Martin v. Löwis
Martin v. Löwis [EMAIL PROTECTED] added the comment: Thanks for the report. Fixed in r65690. -- nosy: +loewis resolution: - fixed status: open - closed ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3557

[issue3557] Segfault in sha1

2008-08-14 Thread Matt Giuca
New submission from Matt Giuca [EMAIL PROTECTED]: Continuing the discussion from Issue 3552 (http://bugs.python.org/issue3552). r65676 makes changes to Modules/md5module.c and Modules/sha1module.c, to allow them to read mutable buffers. There's a segfault in sha1module if given 0 arguments.