Fixed GetEvent initialization of linked list (#1026)

* Fixed GetEvent usage of linked list by initializing next in all the examples and unit test.

* Secured GetEventInformation encoders by accepting NULL for APDU for determining the size, and exploit the NULL APDU for size checking during encoding. Secured the GetEventInformation decoders and removed the use of deprecated decoder API.
This commit is contained in:
Steve Karg
2025-06-20 13:34:39 -05:00
committed by GitHub
parent b0a97c6f75
commit 14f033ceda
7 changed files with 498 additions and 300 deletions
+4
View File
@@ -16,6 +16,8 @@ The git repositories are hosted at the following sites:
### Security
* Secured GetEventInformation-Request and -ACK decoder and encoder. (#1026)
### Added
* Added more writable properties to Analog, Binary, and Multistate Output
@@ -48,6 +50,8 @@ The git repositories are hosted at the following sites:
### Fixed
* Fixed GetEvent usage of linked list by initializing next in all
the examples and unit test. (#1026)
* Fixed usage of Keylist_Data_Add() return value in Calendar,
CharacterString Value, Load Control, and BACnet/SC Network Port
objects. (#1016)