消息 [142893]
Good catch. Here's an updated patch to fix the missing decref in
_pwinfo_set()
The length check in _password_callback() applies to both callback
functions and predefined strings. The C API always uses a callback,
so _password_callback() is used even when the python caller has passed
in a string. We can't check the length in _pwinfo_set() since it depends
on the buffer length argument that openssl will pass to
_password_callback(). |
|
| 日期 |
用户 |
动作 |
参数 |
| 2011-08-24 18:35:03 | simpkins | 修改 | recipients:
+ simpkins, janssen, pitrou, giampaolo.rodola, eric.araujo |
| 2011-08-24 18:35:03 | simpkins | 修改 | messageid: <1314210903.85.0.515967562127.issue12803@psf.upfronthosting.co.za> |
| 2011-08-24 18:34:58 | simpkins | 链接 | issue12803 messages |
| 2011-08-24 18:34:57 | simpkins | 创建 | |
|