Skip to content
Snippets Groups Projects
Commit 6d7f8568 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't use uninitialized variable: lockfname

Where's the compiler warnings guys?
parent 813072cd
No related branches found
No related tags found
No related merge requests found
Pipeline #7193 passed
Loading
  • Maintainer

    The variable lockfname is completely initialized as a pointer to a location on the stack... and you're not using the values of the members, just passing it as a pointer to a function that may very well be initializing the members for you. :smile:

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment