diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2026-05-13 00:59:29 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2026-05-16 18:28:32 +0200 |
| commit | 2c43edc5ce388c8efd40a0fc12b934e1c7f0bc99 (patch) | |
| tree | 70620def32d9a436427dc390425a61f83b86a85c /ChangeLog | |
| parent | 54564: termcap, terminfo: reset u, fix metafy confusion (diff) | |
| download | zsh-2c43edc5ce388c8efd40a0fc12b934e1c7f0bc99.tar zsh-2c43edc5ce388c8efd40a0fc12b934e1c7f0bc99.tar.gz zsh-2c43edc5ce388c8efd40a0fc12b934e1c7f0bc99.tar.bz2 zsh-2c43edc5ce388c8efd40a0fc12b934e1c7f0bc99.tar.lz zsh-2c43edc5ce388c8efd40a0fc12b934e1c7f0bc99.tar.xz zsh-2c43edc5ce388c8efd40a0fc12b934e1c7f0bc99.tar.zst zsh-2c43edc5ce388c8efd40a0fc12b934e1c7f0bc99.zip | |
54565: watch: increase a quite tight bound on format length
And also make sure metafy won't write outside the buffer, it can in
theory become twice as long, so use half the buffer size at most.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2026-05-16 Mikael Magnusson <mikachu@gmail.com> + * 54565: Src/Modules/watch.c: watch: increase a quite tight + bound on format length + * 54564: Src/Modules/termcap.c, Src/Modules/terminfo.c: termcap, terminfo: reset u, fix metafy confusion |
