Fixed dlmstp ringbuffer initialization corruption (#865)
* Added ringbuf API for testing. * Fixed basic ms/tp datalink packet ringbuffer initialization buffer overrun. * Added basic ms/tp datalink unit test * Added Ringbuf_Initialize() API with buffer size checking. * Changed examples to use Ringbuf_Initialize() API for buffer size checking.
This commit is contained in:
@@ -188,6 +188,7 @@ list(APPEND testdirs
|
||||
bacnet/datalink/crc
|
||||
bacnet/datalink/bvlc
|
||||
bacnet/datalink/mstp
|
||||
bacnet/datalink/dlmstp
|
||||
)
|
||||
|
||||
# ports tests
|
||||
|
||||
Reference in New Issue
Block a user