summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.7.10.3.txt
diff options
context:
space:
mode:
authorLibravatar René Scharfe <l.s.r@web.de>2019-06-22 12:03:36 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-06-24 12:34:19 -0700
commit664178e8e23fbd6d79b02ea51374015023c02102 (patch)
tree5a3271be87bb31c92ebd97af3e144f3a1d1615de /Documentation/RelNotes/1.7.10.3.txt
parentconfig: use unsigned_mult_overflows to check for overflows (diff)
downloadtgif-664178e8e23fbd6d79b02ea51374015023c02102.tar.xz
config: don't multiply in parse_unit_factor()
parse_unit_factor() multiplies the number that is passed to it with the value of a recognized unit factor (K, M or G for 2^10, 2^20 and 2^30, respectively). All callers pass in 1 as a number, though, which allows them to check the actual multiplication for overflow before they are doing it themselves. Ignore the passed in number and don't multiply, as this feature of parse_unit_factor() is not used anymore. Rename the output parameter to reflect that it's not about the end result anymore, but just about the unit factor. Suggested-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.10.3.txt')
0 files changed, 0 insertions, 0 deletions