mirror of
https://github.com/git/git.git
synced 2026-01-18 14:44:28 +00:00
The unsetenv code has no idea to update our environ_size, therefore causing segmentation faults when environment variables are removed without compat/mingw.c's knowing (MinGW's optimized lookup would try to strcmp() against NULL in such a case). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>