Subj : src/conio/sdl_con.c To : Git commit to main/sbbs/master From : Deucе Date : Fri Feb 10 2023 07:12 pm https://gitlab.synchro.net/main/sbbs/-/commit/f47c60792c13c8bd9c4e67c4 Modified Files: src/conio/sdl_con.c Log Message: Fix a couple issues found by Coverity 1) Unreachable return without a lock in sdl_useR_func_ret() (harmless) 2) LOR in handling SDL_USEREVENT - vstatlock was obtained inside of win_mutex which should never be done... this could (and likely does) result in a deadlock when using SDL mode. .