]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Make buf_append_utf16le() robust against being passed NULL
authorDavid Woodhouse <dwmw2@infradead.org>
Sat, 26 Feb 2022 14:55:49 +0000 (14:55 +0000)
committerDavid Woodhouse <dwmw2@infradead.org>
Sat, 26 Feb 2022 14:55:49 +0000 (14:55 +0000)
commit4d22f1dedd45d075f42335fe12af195e24cf3b41
tree867db91a11a7933f15fa033c802106ce27aa11ac
parentff13a983b382d09a9138d3a929c63de88e93e68f
Make buf_append_utf16le() robust against being passed NULL

This should stop the crash in #370 slthough it would be good to know
precisely why it's happening.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
textbuf.c