Subject: [ID
20000711.005] spurious uninit warning with msgrcv()
Message-Id: <
200007111755.NAA05077@jones.argon.org>
p4raw-id: //depot/cfgperl@6357
id = SvIVx(*++mark);
mstr = *++mark;
+ /* suppress warning when reading into undef var --jhi */
+ if (! SvOK(mstr))
+ sv_setpvn(mstr, "", 0);
msize = SvIVx(*++mark);
mtype = (long)SvIVx(*++mark);
flags = SvIVx(*++mark);