]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
added reporters to RELNOTES
authorWlodek Wencel <wlodek@isc.org>
Mon, 17 May 2021 16:21:50 +0000 (16:21 +0000)
committerWlodek Wencel <wlodek@isc.org>
Mon, 17 May 2021 16:21:50 +0000 (16:21 +0000)
RELNOTES
common/parse.c
common/tests/option_unittest.c

index d53884947ba07815eb87570e9dda24dfb3ddb381..48f7828186ac21ed705c71e968a3770da149c39a 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -8,8 +8,9 @@
                                NEW FEATURES
 
 Version 4.1-ESV-R16-P1 is a security release of an extended support version
-(ESV) release.  ESVs are intended for users who have longer upgrade
-constraints.  Please see our web page:
+(ESV) release fixing possible buffer overwrite error in client and server
+while parsing haxadecimal literals in lease file. ESVs are intended for
+users who have longer upgrade constraints. Please see our web page:
 
 http://www.isc.org/downloads/software-support-policy/
 
@@ -75,11 +76,11 @@ Email Vicky Risk, Product Manager at vicky@isc.org or discuss on
 dhcp-users@lists.isc.org.
 
                        Changes since 4.1-ESV-R16
-
-- Corrected a buffer overwrite possible when parsing hexadecimal
-  literals with more than 1024 octets.
-  [Gitlab #182]
-  CVE: CVE-2021-25217
+- ! Corrected a buffer overwrite possible when parsing hexadecimal
+    literals with more than 1024 octets. Reported by Jon Franklin from Dell,
+    and also by Pawel Wieczorkiewicz from Amazon Web Services.
+    [Gitlab #182]
+    CVE: CVE-2021-25217
 
                        Changes since 4.1-ESV-R16b1
 
index 57ae179363e301bb2249f7c0a35313faa4452331..656b378b6e35c0a562b1bdaf1e1cd48cee1806da 100644 (file)
@@ -3,7 +3,7 @@
    Common parser code for dhcpd and dhclient. */
 
 /*
- * Copyright (c) 2004-2019 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2021 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1995-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
index bea608372e49e6023764c2bcc95d744a36ac3924..b71a1add70646259b0a9a41328f552f167179c09 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this