Fix null pointer access in strhandle
commita0467c802d4f86ed162486e3453dd61181423902
authorJochen Sprickerhof <git@jochen.sprickerhof.de>
Mon, 27 Dec 2021 10:41:42 +0000 (27 11:41 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Mon, 27 Dec 2021 12:07:11 +0000 (27 13:07 +0100)
treeeb450474931db3dd6254c8cea090cfaf71a08048
parent273db5ceaf392e68c2faf8f7dec14ea2e25e980d
Fix null pointer access in strhandle

According to the spec the argument is optional for 104, so p can be
NULL as can be tested with printf '\x1b]104\x07'. This is a regression
of 8e31030.
st.c