From: Shawn Routhier Date: Wed, 4 Jan 2012 19:53:49 +0000 (+0000) Subject: Remove extra "out" from note. X-Git-Tag: v4_3_0a1~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc6908b477c6a8433e58739c80a169ebb900a6f4;p=thirdparty%2Fdhcp.git Remove extra "out" from note. --- diff --git a/RELNOTES b/RELNOTES index f1a50e6b4..63444aafd 100644 --- a/RELNOTES +++ b/RELNOTES @@ -42,7 +42,7 @@ work on other platforms. Please report any problems and suggested fixes to Changes since 4.2.3 ! 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].