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

Don't use uninitialized variable: lockfname

Where's the compiler warnings guys?
parent 813072cd
No related branches found
No related tags found
Loading
Checking pipeline status
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. 😄

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment