Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setdisc(): Return null pointer if no event (Solaris 110-CR7061011)
This change is pulled from here: https://github.com/oracle/solaris-userland/blob/master/components/ksh93/patches/110-CR7061011.patch Unfortunately there is no publicly available documentation on why this change was needed. We just have to assume the Solaris people knew what they were doing. ksh2020 upstreamed this too (as well as all the other Solaris patches applied here). src/cmd/ksh93/sh/nvdisc.c: setdisc(): - If no <event> is known for <np>, return a null pointer instead of a pointer to the empty string.
- Loading branch information