win32: fix g_get_environ()
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Mon, 9 Jul 2012 01:54:55 +0000 (03:54 +0200)
committerMarc-André Lureau <marcandre.lureau@gmail.com>
Mon, 16 Jul 2012 10:49:24 +0000 (12:49 +0200)
commit6007a4b0b109855f8521ba93ed10b3a1d2bf77f2
tree3d0957dd1f3fa8ed566410ccee1037d16eb401ec
parent11819933e2d0b8833dfd7a0173f66be989a5a914
win32: fix g_get_environ()

The current code create the strv array incorrectly, it is too big and
leaves invalid holes. This may result in crashes when freeing the
returned value.

https://bugzilla.gnome.org/show_bug.cgi?id=679617
glib/genviron.c