mirror of
https://github.com/tmux/tmux.git
synced 2026-04-14 03:26:12 +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
tmux source code
Languages
C
87.2%
Roff
7.2%
Shell
2.9%
Yacc
1.3%
M4
0.8%
Other
0.5%