delta-12 / LaserTag

A Bop It! style laser tag game
0 stars 2 forks source link

Possible null pointer dereference in BopIt logging function #20

Closed delta-12 closed 1 year ago

delta-12 commented 1 year ago

The format argument is dereferenced before null checking in the BopIt_Log function, possibly dereferencing a null pointer if format is null. Code dereferencing format should be moved inside the if block that checks if format is null.

delta-12 commented 1 year ago

The bug fix for this issue will be applied in #11 and merged in as part of #11. This issue will be updated in conjunction with #11.