Message241551
| Author | christian.heimes |
|---|---|
| Recipients | christian.heimes |
| Date | 2015-04-19.19:28:15 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1429471695.96.0.523863138973.issue24011@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The init function of the signal module fails to check for errors in a couple of places. The patch replaces PyDict_SetItemString() calls with PyModule_AddIntMacro() and error checks. An exception is unlikely so I'm OK when the patch just lands in 3.4 and 3.5. CID 1295026 (#41 of 41): Dereference null return value (NULL_RETURNS) dereference: Dereferencing a pointer that might be null x when calling PyDict_SetItemString |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-04-19 19:28:15 | christian.heimes | set | recipients: + christian.heimes |
| 2015-04-19 19:28:15 | christian.heimes | set | messageid: <1429471695.96.0.523863138973.issue24011@psf.upfronthosting.co.za> |
| 2015-04-19 19:28:15 | christian.heimes | link | issue24011 messages |
| 2015-04-19 19:28:15 | christian.heimes | create | |