Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: Ensure pwd_buf is always freed in write_ssh_keys
Prior to this change, a NULL pw_dir would result in pwd_buf being leaked after write_ssh_keys is called. Granted, it's a minor leak, and only potential, but should still be fixed regardless. Signed-off-by: Ikey Doherty <[email protected]>
- Loading branch information