mirror of
https://github.com/tmux/tmux.git
synced 2025-10-16 14:56:03 +00:00
Fix OOB access in sixel_print by ensuring that the number of chunks actually
matches the highest color used on the image, even if not defined as a color register. From nincsnevem662 at gmail dot com in GitHub issue 4621.
This commit is contained in:
@@ -998,7 +998,6 @@ fi
|
||||
AC_MSG_RESULT($DEFAULT_LOCK_CMD)
|
||||
AC_SUBST(DEFAULT_LOCK_CMD)
|
||||
|
||||
|
||||
# Save our CFLAGS/CPPFLAGS/LDFLAGS for the Makefile and restore the old user
|
||||
# variables.
|
||||
AC_SUBST(AM_CPPFLAGS)
|
||||
|
Reference in New Issue
Block a user