2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-01 06:45:27 +00:00

Remove extra "out" from note.

This commit is contained in:
Shawn Routhier
2012-01-04 19:53:49 +00:00
parent 0ef9a46e33
commit dc6908b477

View File

@@ -42,7 +42,7 @@ work on other platforms. Please report any problems and suggested fixes to
Changes since 4.2.3 Changes since 4.2.3
! Add a check for a null pointer before calling the regexec function. ! 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. a null pointer to the regexec function causing it to segfault.
Thanks to a report from BlueCat Networks. Thanks to a report from BlueCat Networks.
[ISC-Bugs #26704]. [ISC-Bugs #26704].