diff options
author | Ramsay Jones <ramsay@ramsay1.demon.co.uk> | 2012-02-02 03:57:23 -0600 |
---|---|---|
committer | Jonathan Nieder <jrnieder@gmail.com> | 2012-02-02 05:28:51 -0600 |
commit | ce8ebcdaf31dd56955635808bba1a6df50601563 (patch) | |
tree | 6d19cf6b6a6ff93c437b3a93de53433666169aa8 /reachable.c | |
parent | vcs-svn/svndiff.c: squelch false "unused" warning from gcc (diff) | |
download | tgif-ce8ebcdaf31dd56955635808bba1a6df50601563.tar.xz |
vcs-svn: rename check_overflow and its arguments for clarity
The canonical interpretation of a range a,b is as an interval [a,b),
not [a,a+b), so this function taking argument names a and b feels
unnatural. Use more explicit names "offset" and "len" to make the
arguments' type and function clearer.
While at it, rename the function to convey that we are making sure
the sum of this offset and length do not overflow an off_t, not a
size_t.
[jn: split out from a patch from Ramsay Jones, then improved with
advice from Thomas Rast, Dmitry Ivankov, and David Barr]
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Improved-by: Dmitry Ivankov <divanorama@gmail.com>
Diffstat (limited to 'reachable.c')
0 files changed, 0 insertions, 0 deletions