Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Jun 2014 16:24:08 +0000
From:      bz-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 190735] truncate(1) integer overflow issues with size command line arg -- diff with unit tests attached
Message-ID:  <bug-190735-8-qU7FnAtyij@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-190735-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-190735-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190735

Jilles Tjoelker <jilles@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Triage                |In Discussion
                 CC|                            |jilles@FreeBSD.org

--- Comment #1 from Jilles Tjoelker <jilles@FreeBSD.org> ---
This looks useful.

Is it possible to do without the new undocumented -D option? Perhaps you could
ktrace for truncate(2) calls or add numbers to error messages. (A truncate() to
something close to OFF_MAX should certainly not be expected to work, so
checking for sizes of files may not be sufficient.)

Instead of the PRIdMAX macro from <inttypes.h>, please use "jd".

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-190735-8-qU7FnAtyij>