• Barry Warsaw's avatar
    PyOS_getsig(), PyOS_setsig(): The minimal amount of work to avoid the · afeb2a4d
    Barry Warsaw authored
    uninitialized memory reads reported in bug #478001.
    
    Note that this doesn't address the following larger issues:
    
    - Error conditions are not documented for PyOS_*sig() in the C API.
    
    - Nothing that actually calls PyOS_*sig() in the core interpreter and
      extension modules actually /checks/ the return value of the call.
    
    Fixing those is left as an exercise for a later day.
    afeb2a4d
pythonrun.c 33.6 KB