Added object list init into create function in cases where create is called before init. (#1122)

This commit is contained in:
Steve Karg
2025-10-29 08:44:31 -05:00
committed by GitHub
parent cf79515272
commit f278ccf37d
26 changed files with 76 additions and 0 deletions
+1
View File
@@ -132,6 +132,7 @@ The git repositories are hosted at the following sites:
### Fixed
* Fixed object creation failure when create is called before init. (#1122)
* Fixed octetstring_copy_value() and added unit tests. (#1121)
* Fixed the MS/TP compare DER function which can now include the NPDU network
priority in the comparison. (#1119)