]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'yc/path-walk-fix-error-reporting'
authorJunio C Hamano <gitster@pobox.com>
Tue, 7 Apr 2026 21:59:26 +0000 (14:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Apr 2026 21:59:26 +0000 (14:59 -0700)
commit59063fe8b415f150eecd38c63b0171a0e8449364
treea7f32db8b70f45f457be2509c1a6d32e0809e232
parent55d867c547895b17af0093b339673c16e09a2042
parent753ecf42053b8afa9afcc19726635cc5a080c1bb
Merge branch 'yc/path-walk-fix-error-reporting'

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