-
- Downloads
Don't use uninitialized variable: lockfname
Where's the compiler warnings guys?
Loading
-
👌🏾 @DeuceMaintainerThe 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.
😄
Please register or sign in to comment