ela-compil / BACnet

BACnet protocol library for .NET :satellite:
https://www.nuget.org/packages/bacnet/
MIT License
217 stars 96 forks source link

fixes #113, crash when parsing BACnet Address with broadcast MAC addr… #117

Closed LADSoft closed 1 year ago

LADSoft commented 1 year ago

…ess within a RecipientList

An explicit check for an opening tag was needed, to disambiguate against other use cases such as an empty octect string.

gralin commented 1 year ago

Good catch, thank you @LADSoft 🙇