commit | 599b0bf438e387dbaf00dbadcbe41b2a0de90db1 | [log] [tgz] |
---|---|---|
author | Erik Faye-Lund <kusmabite@gmail.com> | Tue Nov 23 19:38:24 2010 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Nov 23 16:06:46 2010 -0800 |
tree | 12678a4503ca7e9e9d0035b7c0ac4474720ea196 | |
parent | 89ba4e7c7f71712133d1d3137f811b99ea43dd31 [diff] |
msvc: opendir: fix malloc-failure Previsouly, the code checked for malloc-failure after it had accessed the returned pointer. Move the check a bit earlier to avoid segfault. Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>