]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
Prevent bogus invalid syntaxes caused by reallocated memory chunks
authorVincent Pit <vince@profvince.com>
Thu, 28 May 2009 22:34:04 +0000 (00:34 +0200)
committerVincent Pit <vince@profvince.com>
Thu, 28 May 2009 22:38:22 +0000 (00:38 +0200)
Make sure that all our check functions reset a possible previous entry in the pointer table. Then, check in ck_entersub that the object op (the first kid after the pushmark) is of a proper type, so that we are pretty sure that its map entry has been either reset or filled.


No differences found