]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1616: xxd: possible buffer overflow with bitwise output master v9.1.1616
authorChristian Brabandt <cb@256bit.org>
Sat, 9 Aug 2025 22:06:51 +0000 (00:06 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 9 Aug 2025 22:06:51 +0000 (00:06 +0200)
commiteeef7c77436a78cd27047b0f5fa6925d56de3cb0
tree5e47c91e25f1ced5099f9f4843aa3d3704bf8ac7
parent887b4981e7e929ce8676b1b524e47a7fb5a8288b
patch 9.1.1616: xxd: possible buffer overflow with bitwise output

Problem:  xxd: possible buffer overflow with bitwise output
          (after v9.1.1459, Xudong Cao)
Solution: Update LLEN_NO_COLOR macro definition for the max line output
          (using bitwise output -b)

fixes: #17944
closes: #17947

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_xxd.vim
src/version.c
src/xxd/Makefile
src/xxd/xxd.c