Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL terminated
authorNicholas Clark <nick@ccl4.org>
Thu, 25 Jan 2007 22:39:08 +0000 (22:39 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 25 Jan 2007 22:39:08 +0000 (22:39 +0000)
commit2ae0db35b275229921515ee6fc05d8e0fca2ef1c
tree974ca3d57fb6facb381887ece3b349c842e0728d
parent06dcd5bfe49c573553f3a05b5b5fdf417bf526a2
Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL terminated
string, so don't bother allocating buffer space or adding a NUL.

p4raw-id: //depot/perl@29983
gv.c
toke.c