Skip to content

Fix heap-buffer overflow in telebot-core#39

Merged
smartnode merged 1 commit intosmartnode:masterfrom
p4vook:fix-heap-buffer-overflow
Aug 7, 2020
Merged

Fix heap-buffer overflow in telebot-core#39
smartnode merged 1 commit intosmartnode:masterfrom
p4vook:fix-heap-buffer-overflow

Conversation

@p4vook
Copy link
Contributor

@p4vook p4vook commented Aug 5, 2020

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

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
Copy link
Contributor

ozbek commented Aug 7, 2020

Nice catch!

@smartnode smartnode merged commit 23ffe36 into smartnode:master Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants