nymea / nymea-mqtt

Nymea MQTT broker
GNU General Public License v3.0
7 stars 4 forks source link

Fix a crash in topic matching. #5

Closed mzanetti closed 4 years ago

mzanetti commented 4 years ago

Subscribing a client to a/b/c and publishing to a/b leads to a crash, turns out it is a off-by-one calculation in topic matching code.