https://github.com/rlancaste/stellarsolver/blob/e0aa8d394aa9ddd5ad9c1052fff249d019913c49/stellarsolver/sep/extract.cpp#L632-L635 There is a code path that uses `psstack` without initialising it after allocation. That initialisation should probably be done around line 317.
stellarsolver/stellarsolver/sep/extract.cpp
Lines 632 to 635 in e0aa8d3
There is a code path that uses
psstackwithout initialising it after allocation. That initialisation should probably be done around line 317.