Message189671
encoding="GBK" causes a buffer overflow in PyUnknownEncodingHandler, because the result of PyUnicode_Decode() is only 192 characters long.
Exact behavior is not defined... |
|
| Date |
User |
Action |
Args |
| 2013-05-20 15:35:55 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, terry.reedy, vstinner, eli.bendersky, flox, dongying |
| 2013-05-20 15:35:55 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2013-05-20 15:35:55 | amaury.forgeotdarc | link | issue13612 messages |
| 2013-05-20 15:35:55 | amaury.forgeotdarc | create | |
|