Fixed datetime decode of invalid tag. (#495)

* Fixed datetime decode of invalid application tag.

---------

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2023-09-12 15:11:52 -05:00
committed by GitHub
parent e9bdb15684
commit b14177672b
3 changed files with 74 additions and 64 deletions
+3 -1
View File
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The git repositories are hosted at the following sites:
* https://bacnet.sourceforge.net/
* https://github.com/bacnet*stack
* https://github.com/bacnet-stack/bacnet-stack/
## [Unreleased]
@@ -22,6 +22,8 @@ The git repositories are hosted at the following sites:
### Fixed
Fixed datetime decode of invalid application tag. (#495)
## [1.2.0] - 2023-09-11
### Security