diff options
| author | Peter Prohaska <pitrp@web.de> | 2020-11-11 22:16:21 +0100 |
|---|---|---|
| committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2022-12-19 16:13:58 +0100 |
| commit | ce2062d9e29bf165ba8a70bfc92ff3ab08338d53 (patch) | |
| tree | 9d6243e7adf8abd93ab4b8ce8fbc84233c242ef7 | |
| parent | ui-atom: generate valid Atom feeds (diff) | |
| download | cgit-magenta-ce2062d9e29bf165ba8a70bfc92ff3ab08338d53.tar.xz | |
html: fix handling of null byte
A return value of `len` or more means that the output was truncated. Signed-off-by: Peter Prohaska <pitrp@web.de> Signed-off-by: Christian Hesse <mail@eworm.de>
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c |
