summaryrefslogtreecommitdiff
path: root/ldso/dynlink.c
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2016-05-21 15:21:38 +0200
committerRich Felker <dalias@aerifal.cx>2016-05-22 17:52:19 -0400
commit51eeb6ebc94d965768143c45e9f39b0a7998bdbd (patch)
tree43b335225c8a7ad9ff9aebcab51b3face81e3782 /ldso/dynlink.c
parent63e3a1661f1fa5552e2023683617ce09fac3248b (diff)
downloadmusl-51eeb6ebc94d965768143c45e9f39b0a7998bdbd.tar.gz
fix the use of uninitialized value in regcomp
the num_submatches field of some ast nodes was not initialized in tre_add_tag_{left,right}, but was accessed later. this was a benign bug since the uninitialized values were never used (these values are created during tre_add_tags and copied around during tre_expand_ast where they are also used in computations, but nothing in the final tnfa depends on them).
Diffstat (limited to 'ldso/dynlink.c')
0 files changed, 0 insertions, 0 deletions