Initialize wide struct info.
commitbae143d2702e5ca1265c55b06072afba01bfc07a
authorOndrej Bilka <neleai@seznam.cz>
Fri, 24 May 2013 06:34:10 +0000 (24 08:34 +0200)
committerOndrej Bilka <neleai@seznam.cz>
Fri, 24 May 2013 06:34:10 +0000 (24 08:34 +0200)
tree6c46604eb6e68b48cc0b767d37bfc0034867d0bf
parentd4ea44a04b931ead64788f61a65697b8cd158b81
Initialize wide struct info.

Fixes 15381.

Using wide character function is on byte oriented memstream is undefined
behaviour.  This behaviour was masked by not initializing wide struct
info. We now initialize it to cause a predictable crash.
ChangeLog
NEWS
libio/genops.c