mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-04 00:05:30 +00:00
[master] Fix typos in relnotes
This commit is contained in:
8
RELNOTES
8
RELNOTES
@@ -64,14 +64,14 @@ by Eric Young (eay@cryptsoft.com).
|
|||||||
keep the previous behavior.
|
keep the previous behavior.
|
||||||
[ISC-Bugs #38692]
|
[ISC-Bugs #38692]
|
||||||
|
|
||||||
- The linux packet filter code now correctly treats only least significant
|
- The linux packet filter code now correctly treats only the least significant
|
||||||
12 bits an inbound packet's TCI value as the VLAN id (per IEEE 802.1Q).
|
12 bits in an inbound packet's TCI value as the VLAN id (per IEEE 802.1Q).
|
||||||
Prior to this it was using the entire 16 bit value as the VLAN id and
|
Prior to this it was using the entire 16 bit value as the VLAN id and
|
||||||
incorrectly discarding packets. Thanks to Jiri Popelka at Red Hat for
|
incorrectly discarding packets. Thanks to Jiri Popelka at Red Hat for
|
||||||
reporting this issue and supplying its patch.
|
reporting this issue and supplying its patch.
|
||||||
[ISC-Bugs #40591]
|
[ISC-Bugs #40591]
|
||||||
|
|
||||||
- Fixed several issues static analysis issues such as potential null
|
- Fixed several static analysis issues such as potential null
|
||||||
references, unchecked strdup returns. Thanks to Bill Parker (wp02855 at
|
references, unchecked strdup returns. Thanks to Bill Parker (wp02855 at
|
||||||
gmail dot com) who identified these issues and supplied patches to
|
gmail dot com) who identified these issues and supplied patches to
|
||||||
address them.
|
address them.
|
||||||
@@ -146,7 +146,7 @@ by Eric Young (eay@cryptsoft.com).
|
|||||||
[ISC-Bugs #40371]
|
[ISC-Bugs #40371]
|
||||||
|
|
||||||
- Properly terminate strings before passing them to regex and fix
|
- Properly terminate strings before passing them to regex and fix
|
||||||
a boudnary error when creating certain new data strings.
|
a boundary error when creating certain new data strings.
|
||||||
Thanks to Andrey Jr. Melnikov for the bug report.
|
Thanks to Andrey Jr. Melnikov for the bug report.
|
||||||
[ISC-Bugs #41217]
|
[ISC-Bugs #41217]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user