Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nv_newattr(): fix potential invalid free
src/cmd/ksh93/sh/name.c: - Zero the 'cp' pointer after freeing it, as the next loop iteration may otherwise re-use the old address.
- Loading branch information