GNUWeeb / GNUWeebBot

High-performance bot Telegram, running on Linux environment, written in C.
GNU General Public License v2.0
13 stars 8 forks source link

Update unit test framework and fix buffer overflow #10

Closed ammarfaizi2 closed 3 years ago

ammarfaizi2 commented 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.

ammarfaizi2 commented 3 years ago

I need an approval for this PR to merge it into master branch, could one of you review it @nrudesu @ALiwoto?

ammarfaizi2 commented 3 years ago

Thanks for the approval. I am merging this.