[issue15892] _PyImport_GetDynLoadFunc() doesn't check return value of fstat()

2013-07-26 Thread Christian Heimes
Christian Heimes added the comment: Already fixed -- resolution: - out of date stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15892

[issue15892] _PyImport_GetDynLoadFunc() doesn't check return value of fstat()

2013-07-26 Thread STINNER Victor
STINNER Victor added the comment: changeset: 84741:654268ff29b5 branch: 3.3 parent: 84736:ce771c2d0220 user:Christian Heimes christ...@cheimes.de date:Sat Jul 20 22:17:55 2013 +0200 files: Python/dynload_shlib.c description: Check return value of fstat() in

[issue15892] _PyImport_GetDynLoadFunc() doesn't check return value of fstat()

2013-07-26 Thread Christian Heimes
Christian Heimes added the comment: I wonder why I did not mention the issue # in the checkin message... Thanks :) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15892 ___

[issue15892] _PyImport_GetDynLoadFunc() doesn't check return value of fstat()

2012-11-12 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: -- nosy: +eric.snow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15892 ___ ___ Python-bugs-list

[issue15892] _PyImport_GetDynLoadFunc() doesn't check return value of fstat()

2012-09-09 Thread Christian Heimes
New submission from Christian Heimes: The function _PyImport_GetDynLoadFunc() in Python/dynload_shlib.c doesn't check the return value of fstat() CID 486250: Other violation (CHECKED_RETURN)At (3): Calling function fstat(fileno(fp), statb) without checking return value. This library function

[issue15892] _PyImport_GetDynLoadFunc() doesn't check return value of fstat()

2012-09-09 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15892 ___ ___ Python-bugs-list mailing list