[perl #8262] //g loops infinitely on tainted data
authorDave Mitchell <davem@fdisolutions.com>
Mon, 19 Dec 2005 22:07:49 +0000 (22:07 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Mon, 19 Dec 2005 22:07:49 +0000 (22:07 +0000)
commite26a497577f3ce7b9a4d9e1e62062839554dfd8f
tree565d0f56618f07b8a59ed1b0bdeeef91100cc59f
parent756cb4773036ba2209d91fd1e0325202c13604e4
[perl #8262] //g loops infinitely on tainted data
make the LHS of expr =~ /foo/g an lvalue, so that any pos magic
attached to it stays attached.

p4raw-id: //depot/perl@26410
op.c
t/op/taint.t