]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-multi-pack-index.txt
Merge branch 'pw/config-int-parse-fixes'
authorJunio C Hamano <gitster@pobox.com>
Mon, 28 Nov 2022 03:13:43 +0000 (12:13 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Nov 2022 03:13:43 +0000 (12:13 +0900)
commit6accbe3ce7dadd5570bf61154a63d3bef9effb5d
tree5de61dc9fe7d5bd93a93e96cad8c93dbc62de548
parentba88f8c81dcd5968901cdc11b3ade927acc61f7e
parent14770cf0de218cc373e7d286b864f526e5ea2840
Merge branch 'pw/config-int-parse-fixes'

Assorted fixes of parsing end-user input as integers.

* pw/config-int-parse-fixes:
  git_parse_signed(): avoid integer overflow
  config: require at least one digit when parsing numbers
  git_parse_unsigned: reject negative values
config.c