Skip to content

tload: fix out of boundary write on 1x1 terminals

username-removed-190189 requested to merge stoeckmann/procps:tload-oob into master

If a terminal is merely 1x1 in size, setsize() will write a nul byte in front of the allocated memory, which is an out of boundary write.

Merge request reports