mkdir.c
5.69 KB
-
Don't reference stack vars in cleanup callback · b769e936
If you use the clar cleanup callback function, you can't pass a reference pointer to a stack allocated variable because when the cleanup function runs, the stack won't exist anymore.
Russell Belfer committed