Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix non-null pointer check (re: b7932e8)
src/cmd/ksh93/sh/xec.c: sh_funct(): - The np->nvalue.rp pointer was dereferenced before the check that it is non-null. Do this check before dereferencing it.
- Loading branch information