Subj : src/conio/cterm.c sdl_con.c x_events.c To : Git commit to main/sbbs/master From : Deucе Date : Fri Jun 09 2023 10:47 am https://gitlab.synchro.net/main/sbbs/-/commit/cd6e64e8474cc758b916a2fa Modified Files: src/conio/cterm.c sdl_con.c x_events.c Log Message: Fix more Coverity "Issues" Add some malloc() return checks, comment fall-throughs, and resolve a sleep while holding lock. None of these should actually matter, so hopefully I didn't add a new bug. .