]> git.mdlowis.com Git - proto/libregexp.git/commit
fix warnings reported by Coverity
authorDavid du Colombier <0intro@gmail.com>
Sun, 9 Aug 2015 20:21:20 +0000 (22:21 +0200)
committerDavid du Colombier <0intro@gmail.com>
Sun, 9 Aug 2015 20:21:20 +0000 (22:21 +0200)
commit3e9f31dac30ea1a05813fc48cd80bd90bf139268
treea26f3f23545b6ee94c08c162d31c620dc6811593
parentd86043423a11e6680ad3039f32f023768d2d3c44
fix warnings reported by Coverity

regcomp.c:126 fixed_size_dest: You might overrun the 100 byte fixed-size string buf by copying s without checking the length
regerror.c:11 fixed_size_dest: You might overrun the 132 byte fixed-size string buf by copying s without checking the length
regexec:174 leaked_storage: Variable relist0 going out of scope leaks the storage it points to
regcomp.c
regerror.c
regexec.c