Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from:
a0467c8
)
Fix null pointer access in strhandle
author
Jochen Sprickerhof <
[email protected]
>
Mon, 27 Dec 2021 10:41:42 +0000
(11:41 +0100)
committer
Hiltjo Posthuma <
[email protected]
>
Mon, 27 Dec 2021 12:07:11 +0000
(13:07 +0100)
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
.
No differences found