K 10 svn:author V 7 asomers K 8 svn:date V 27 2017-05-31T16:07:32.098024Z K 7 svn:log V 393 Fix integer overflow detection in dd dd(1) tried to detect whether the seek offset would overflow, but it failed to account for the case where the provided argument was negative and the file was a regular file (negative seeks are allowed for character devices). I fixed it, and added a regression test. Reported by: Coverity CID: 1368659 MFC after: 3 weeks Sponsored by: Spectra Logic Corp END