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
SimulationMessaging implements both a create method, and a getInstVar method, where getInstVar is quietly vulnerable to a nullptr SEGFAULT if create isn't called.
Per proper Singleton design, create should be removed, and it's logic transfered to getInstVar.
The text was updated successfully, but these errors were encountered:
SimulationMessaging implements both a
create
method, and agetInstVar
method, wheregetInstVar
is quietly vulnerable to a nullptr SEGFAULT ifcreate
isn't called.Per proper Singleton design,
create
should be removed, and it's logic transfered togetInstVar
.The text was updated successfully, but these errors were encountered: