]> Savannah Git Hosting - gnulib.git/commit
regex: avoid copying of uninitialized storage
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Oct 2019 00:30:11 +0000 (17:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Oct 2019 01:34:04 +0000 (18:34 -0700)
commit32915b2a8a43825720755113bdffe9f67a591748
tree1ea61e21efd3ddbc24cc3b0c27a2b004021e67da
parent1eb7b25df1976fa852ddd7ea0ae26ec670146ce7
regex: avoid copying of uninitialized storage

* config/srclist.txt: Comment out regcomp.c temporarily.
* lib/regcomp.c (build_charclass_op, create_tree) [! (GCC_LINT||lint)]:
Initialize even when not checking for lint, as the behavior is
arguably undefined otherwise and Coverity warns about it.
ChangeLog
config/srclist.txt
lib/regcomp.c