Closed ammarfaizi2 closed 3 years ago
I updated the unit test framework and changed unit test project structure, especially for tg_event test. There was also a buffer overflow on send_message API due to incorrect calculation on strnlen function.
tg_event
send_message
strnlen
I need an approval for this PR to merge it into master branch, could one of you review it @nrudesu @ALiwoto?
Thanks for the approval. I am merging this.
I updated the unit test framework and changed unit test project structure, especially for
tg_event
test. There was also a buffer overflow onsend_message
API due to incorrect calculation onstrnlen
function.