]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'yc/path-walk-fix-error-reporting' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 1 Apr 2026 17:34:32 +0000 (10:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Apr 2026 17:34:32 +0000 (10:34 -0700)
commitddcff8b9c6a12b178b1eb275b20afd9745cd3c50
tree800ba77457deea8f3543d5bb61f053dffd9491f9
parent10a4d952364c812c75b79e51dc5a262bd24f20d8
parent753ecf42053b8afa9afcc19726635cc5a080c1bb
Merge branch 'yc/path-walk-fix-error-reporting' into next

The value of a wrong pointer variable was referenced in an error
message that reported that it shouldn't be NULL.

* yc/path-walk-fix-error-reporting:
  path-walk: fix NULL pointer dereference in error message
path-walk.c