]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/fix-strategy-opts-parsing'
authorJunio C Hamano <gitster@pobox.com>
Sun, 19 Mar 2023 22:03:12 +0000 (15:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 19 Mar 2023 22:03:12 +0000 (15:03 -0700)
commitfc1a4ce043e4b07d1551a24ec224bd43b9405ec8
tree973c130cb04cf972d6b82b98f6f0ca6aaa850eda
parent0717a424a723201c4b77da3638764c70819c3f63
parent15a4cc912e601c1641e549861e284f63e30f562c
Merge branch 'ab/fix-strategy-opts-parsing'

The code to parse "git rebase -X<opt>" was not prepared to see an
unparsable option string, which has been corrected.

* ab/fix-strategy-opts-parsing:
  sequencer.c: fix overflow & segfault in parse_strategy_opts()
sequencer.c