commit | 5c019775c35af369b5b1ed93e5d5372f25454ac2 | [log] [tgz] |
---|---|---|
author | David Brodsky <lihalla@gmail.com> | Tue Dec 07 20:08:50 2010 +0100 |
committer | David Brodsky <lihalla@gmail.com> | Tue Dec 07 20:08:50 2010 +0100 |
tree | 3f4b9bfd6162f93929f5e33b3a9c4965161ef93c | |
parent | 8e1716fc35ab0471f6c645c5d942cbe34783fe51 [diff] |
Fix bug #653830 - Cannot sign data with embedded NULs. The length od the data passed to the corresponding C functions should not be determined by strlen(), but directly taken from Python using '#' format specifier to PyArg_ParseTuple.