You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is implementation-dependent. The code uses an uninitialised value, so results are undefined.
That's not what we want, so I'm not sure I get your question. This said, I suspect this happens in edge cases where markers are not written in the right order in the file, so any initialisation value would work.
stellarsolver/stellarsolver/sep/extract.cpp
Lines 632 to 635 in e0aa8d3
There is a code path that uses
psstack
without initialising it after allocation. That initialisation should probably be done around line 317.The text was updated successfully, but these errors were encountered: