smartnode / telebot

Telegram Bot API in C
https://elmurod.net/telebot
Apache License 2.0
159 stars 35 forks source link

Fix heap-buffer overflow in telebot-core #39

Closed p4vook closed 4 years ago

p4vook commented 4 years ago

Allocated region must be 1 more byte than its actual size because of C-style strings.

Signed-off-by: Pavel Kalugin paul.kalug@gmail.com

ozbek commented 4 years ago

Nice catch!