Hi brian, On Mon, 4 Sep 2023, brian m. carlson wrote: > On 2023-09-04 at 06:21:26, Johannes Schindelin via GitGitGadget wrote: > > From: Johannes Schindelin <johannes.schindelin@xxxxxx> > > > > The code introduced in 576a37fccbf (var: add attributes files locations, > > 2023-06-27) paid careful attention to use `xstrdup()` for pointers known > > never to be `NULL`, and `xstrdup_or_null()` otherwise. > > > > One spot was missed, though: `git_attr_global_file()` can return `NULL`, > > when the `HOME` variable is not set (and neither `XDG_CONFIG_HOME`), a > > scenario not too uncommon in certain server scenarios. > > > > Fix this, and add a test case to avoid future regressions. > > Looks good to me. Thank you for the review. Ciao, Johannes