mirror of
https://github.com/tmux/tmux.git
synced 2026-03-31 08:46:27 +00:00
022b5cf193ffed6f3feaee741987f5860e78ed61
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.
Description
No description provided
Languages
C
87.4%
Roff
7.1%
Shell
2.8%
Yacc
1.3%
M4
0.8%
Other
0.5%