This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix 'might be used uninitialized' in S_regmatch
authorDavid Mitchell <davem@iabyn.com>
Wed, 18 Aug 2010 21:11:01 +0000 (22:11 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 18 Aug 2010 21:34:30 +0000 (22:34 +0100)
commitacb909b418c9f421785d1bddf729512e3597be18
treecf497e60e7ce552148d6c6d4ad59d32799c8fda6
parentf4ccb67a0c5b6089da1ebe8b42943cf67d6c087a
fix 'might be used uninitialized' in S_regmatch

Strictly speaking charid would only get used uninitialized in debugging
output with a trie state machine that has no entries, but initialise it
to zero just to keep everyone happy.
regexec.c