2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

added reporters to RELNOTES

This commit is contained in:
Wlodek Wencel
2021-05-17 16:21:50 +00:00
parent 1bcb21db90
commit 4dc557dfdc
3 changed files with 10 additions and 9 deletions

View File

@@ -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,9 +76,9 @@ 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.
- ! 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

View 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

View 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