]> git.sesse.net Git - xml-template/commit
Fix a possible use-after-free in the C++11 version; substitution could remove an...
authorsgunderson@bigfoot.com <>
Thu, 22 Sep 2011 21:50:48 +0000 (23:50 +0200)
committersgunderson@bigfoot.com <>
Thu, 22 Sep 2011 21:50:48 +0000 (23:50 +0200)
commit6a37870125901165d10cc934d139fa259ff98ef5
tree9120eb509e64f4168f3dd3ddd946e775112aeeba
parenta1b238ed78d2eb7b6df34bbbf93c7b516aadd36b
Fix a possible use-after-free in the C++11 version; substitution could remove an element due to clean, and still want to read out its name.
c++11/xml-template.cpp