TokTok / toxic

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

fix: make sure call control index is in-bounds for video calls #365

Closed JFreegman closed 6 months ago

JFreegman commented 6 months ago

With commit 3158aced it's possible for the index to be out-of-bounds if a malloc fails while initializing AV


This change is Reviewable