From: Shawn Routhier Date: Wed, 4 Jan 2012 19:55:12 +0000 (+0000) Subject: Remove extra "out" from note. X-Git-Tag: v4_1_esv_R4_Oracle~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4bb7225d636a8edfcd299d64ac8d7c5f2a48050a;p=thirdparty%2Fdhcp.git Remove extra "out" from note. --- diff --git a/RELNOTES b/RELNOTES index 760a884b0..8c86514f2 100644 --- a/RELNOTES +++ b/RELNOTES @@ -58,7 +58,7 @@ work on other platforms. Please report any problems and suggested fixes to configuration files. [ISC-Bugs #24107] ! Add a check for a null pointer before calling the regexec function. - Without out this check we could, under some circumstances, pass + Without this check we could, under some circumstances, pass a null pointer to the regexec function causing it to segfault. Thanks to a report from BlueCat Networks. [ISC-Bugs #26704].