TokTok / toxic

An ncurses-based Tox client
https://toktok.ltd/
GNU General Public License v3.0
29 stars 4 forks source link

cleanup: Don't call realloc() with size value of 0 #351

Closed JFreegman closed 8 months ago

JFreegman commented 8 months ago

This is apparently going to be UB in the future, and it's ugly either way.


This change is Reviewable