Skip to content

Minor fix to StarNet

Adrian Knagg-Baugh requested to merge cov0308 into master

3 very minor fixes to starnet after the recent patch, as a result of static analysis. They're unlikely to impact real users (basically they can only occur under an error condition that would need the StarNet executable to have got corrupted between setting its location in preferences and running starnet) but it can't be ruled out. Fixes 2 uninitialized variables and 1 use of an uninitialized variable.

Merge request reports