Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: 022b5cf193ffed6f3feaee741987f5860e78ed61
https://github.com/tmux/tmux/commit/022b5cf193ffed6f3feaee741987f5860e78ed61
Author: nicm <nicm>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
M window-copy.c
Log Message:
-----------
When in copy mode with a large scroll offset and the window is resized
so that history shrinks, data->oy can exceed screen_hsize causing an
unsigned integer underflow in the py computation. Clamp data->oy in
window_copy_resize and window_copy_cmd_refresh_from_pane before the
subtraction. From futpib at gmail dot com in GitHub issue 4958.
Commit: a30fc69f868fa0adf85b0957fe3f67357fe73d73
https://github.com/tmux/tmux/commit/a30fc69f868fa0adf85b0957fe3f67357fe73d73
Author: Thomas Adam <[email protected]>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
M window-copy.c
Log Message:
-----------
Merge branch 'obsd-master'
Compare: https://github.com/tmux/tmux/compare/7620c03b7278...a30fc69f868f
To unsubscribe from these emails, change your notification settings at
https://github.com/tmux/tmux/settings/notifications
--
You received this message because you are subscribed to the Google Groups
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion, visit
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/7620c0-a30fc6%40github.com.