K 10 svn:author V 3 pfg K 8 svn:date V 27 2013-05-23T16:39:42.813844Z K 7 svn:log V 264 MFC r250823: grep: change some int types. Change several int variables to size_t, ssize_t, or ptrdiff_t. This should fix the bug described in CVE-2012-5667 when an input line is so long that its length cannot be stored in an int variable. Obtained from: NetBSD END