]> git.ipfire.org Git - thirdparty/coreutils.git/commit
* fmt.c (copy_rest): Replace `||' with `&&'. Before, a paragraph
authorJim Meyering <jim@meyering.net>
Wed, 25 Jan 1995 04:32:15 +0000 (04:32 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 25 Jan 1995 04:32:15 +0000 (04:32 +0000)
commit8b285f6be981e2f88cab65c19f192a6796b4267f
tree3c6302f19b5a572c67cc0f262a2a0df316089251
parent851162a0da41f2b6b08a8c1ed045086db9a443a0
* fmt.c (copy_rest): Replace `||' with `&&'.  Before, a paragraph
not followed by a newline would be followed by data copied from
uninitialized storage.  Repeat by `printf abc|fmt|od -ac'.
Reported by Franc,ois Pinard.
src/fmt.c