From: Francis Dupont Date: Thu, 23 Jan 2020 22:43:00 +0000 (+0100) Subject: [#950] Added proposed ChangeLog entry X-Git-Tag: Kea-1.7.4~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=735fdcb6eb2356cefc30a760f3eda0fb7e504eed;p=thirdparty%2Fkea.git [#950] Added proposed ChangeLog entry --- diff --git a/ChangeLog b/ChangeLog index e32ca31801..aa73360e6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1705. [bug] fdupont + Modified option 43 parsing to interpret sub-option codes 0 and 255 + as PAD and END when no sub-option with these codes are defined. + This adds control of illegal but common use of these reserved + code points in option 43. + (Gitlab #950) + 1704. [func] fdupont Prepared memfile lease manager to be used with multi-threading. (Gitlab #894)