Message217274
| Author | vstinner |
|---|---|
| Recipients | josh.r, jtaylor, neologix, njs, pitrou, skrah, vstinner |
| Date | 2014-04-27.15:43:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1398613381.6.0.0251398335923.issue21233@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
"And http://www.eglibc.org/cgi-bin/viewvc.cgi/trunk/libc/malloc/malloc.c?view=markup to check that calloc(nelem, elsize) is implemented as calloc(nelem * elsize)" __libc_calloc() starts with a check on integer overflow. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-04-27 15:43:01 | vstinner | set | recipients: + vstinner, pitrou, njs, skrah, neologix, jtaylor, josh.r |
| 2014-04-27 15:43:01 | vstinner | set | messageid: <1398613381.6.0.0251398335923.issue21233@psf.upfronthosting.co.za> |
| 2014-04-27 15:43:01 | vstinner | link | issue21233 messages |
| 2014-04-27 15:43:01 | vstinner | create | |