From: Junio C Hamano Date: Sun, 19 Mar 2023 22:03:12 +0000 (-0700) Subject: Merge branch 'ab/fix-strategy-opts-parsing' X-Git-Tag: v2.41.0-rc0~146 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc1a4ce043e4b07d1551a24ec224bd43b9405ec8;p=thirdparty%2Fgit.git Merge branch 'ab/fix-strategy-opts-parsing' The code to parse "git rebase -X" 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() --- fc1a4ce043e4b07d1551a24ec224bd43b9405ec8