mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-17 13:23:05 -05: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>