Message106702
"w" format is dangerous because it doesn't give the size of the buffer: the caller may write outside the buffer (buffer overflow).
"w*" and "w#" formats are fine.
It looks like "w" format is not used in trunk nor py3k (only w# and w*). |
|
Date |
User |
Action |
Args |
2010-05-29 02:24:20 | vstinner | set | recipients:
+ vstinner |
2010-05-29 02:24:20 | vstinner | set | messageid: <1275099860.74.0.46695580149.issue8850@psf.upfronthosting.co.za> |
2010-05-29 02:24:18 | vstinner | link | issue8850 messages |
2010-05-29 02:24:18 | vstinner | create | |
|