Fix segfault in slurm_cred_unpack on error.
bit_fmt is a function, which is why the compiler didn't complain that there was no bit_fmt was out of scope on the xfree. Passing a function address to xfree() predictibly does not work very well. Change the variable name to avoid confusion.
Loading
Please register or sign in to comment