-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
stellarsolver/stellarsolver/sep/extract.cpp
Lines 632 to 635 in e0aa8d3
| else if (newmarker == 'F') | |
| { | |
| ps = psstack[--pstop]; | |
| if ((cs == NONOBJECT) && (ps == COMPLETE)) |
There is a code path that uses psstack without initialising it after allocation. That initialisation should probably be done around line 317.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels