]> git.ipfire.org Git - thirdparty/dhcp.git/commit - RELNOTES
Add a check for a null pointer before calling the regexec function.
authorShawn Routhier <sar@isc.org>
Tue, 22 Nov 2011 23:56:50 +0000 (23:56 +0000)
committerShawn Routhier <sar@isc.org>
Tue, 22 Nov 2011 23:56:50 +0000 (23:56 +0000)
commitb95f1ee0701f658fbbbe497f535564717fbe604e
treea3c1458c4456fbbc7633ef2300ca5b812920fe07
parent7595a1a7725c3484e2f3fd942e44507b845adc0a
Add a check for a null pointer before calling the regexec function.
Without out this check we could, under some circumstances, pass
a null pointer to the regexec function causing it to segfault.
[ISC-Bugs #26704].
RELNOTES
common/tree.c