Message313836
Commit 4484f9dca9149da135bbae035f10a50d20d1cbbb causes GCC 7.2.0 to emit a warning.
cpython/Modules/mmapmodule.c: In function ‘new_mmap_object’:
cpython/Modules/mmapmodule.c:1126:18: warning: ‘fstat_result’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (fd != -1 && fstat_result == 0 && S_ISREG(status.st_mode)) {
A PR is attached. |
|
| Date |
User |
Action |
Args |
| 2018-03-14 19:09:47 | ZackerySpytz | set | recipients:
+ ZackerySpytz, twouters, brett.cannon, ncoghlan, nirs, pitrou, vstinner, pmpp, eric.snow, serhiy.storchaka, yselivanov, josh.r |
| 2018-03-14 19:09:47 | ZackerySpytz | set | messageid: <1521054587.15.0.467229070634.issue33021@psf.upfronthosting.co.za> |
| 2018-03-14 19:09:47 | ZackerySpytz | link | issue33021 messages |
| 2018-03-14 19:09:47 | ZackerySpytz | create | |
|