fix some bugs in tunneling support detected by the usage of esp32 (heap corruption)

This commit is contained in:
Ing-Dom
2024-11-25 22:16:45 +01:00
parent df4ce55e3f
commit f3dfbce69e
4 changed files with 6 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ See the examples for basic usage options
- increase device object api version to 2 (invalidation of knx flash data stored by older versions)
- add #pragma once to Arduino plattform to allow derived plattforms
- change esp32 plattform to use KNX_NETIF
- fix out-of-boundary write and dereferenced nullpointer access in tunneling support
### V2.1.1 - 2024-09-16
- fix minor bug in TP-Uart Driver (RX queue out of boundary)