Added array size parameter in BACnet array write handlers avoid a duplicate decoding operation. Avoid duplicate checking of array size in object handlers. (#1253)

This commit is contained in:
Steve Karg
2026-03-05 10:15:47 -06:00
committed by GitHub
parent b17a7c6084
commit 8c47e8c9a3
10 changed files with 81 additions and 43 deletions
+3
View File
@@ -152,6 +152,9 @@ The git repositories are hosted at the following sites:
### Changed
* Changed bacnet_array_write() write_function callback API by adding
array size parameter to avoid a duplicate decoding operation.
Removed duplicate checking of array size in object handlers. (#1253)
* Changed bacfile_strdup to bacnet_strdup function to replace POSIX strdup
and update bacfile to use bacnet_strdup. (#1251)
* Changed PositiveInteger present-value datatype to