]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(main): Fix off-by-one error.
authorJim Meyering <jim@meyering.net>
Sun, 3 Apr 2005 13:12:53 +0000 (13:12 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 3 Apr 2005 13:12:53 +0000 (13:12 +0000)
commitbb0eb686fcbb39619e2ca11819435ff5c8d92113
treeff2df6736d8c37d30e1dae08d35a24f2d47af6e9
parent05613505e521a669d8bff1d701a29857112c6322
(main): Fix off-by-one error.
pr -$(perl -e 'print "0"x63 . 1') would write one byte beyond the
end of a malloc'd buffer.
src/pr.c