mirror of https://github.com/coturn/coturn
Vulnerability: strncpy(realm/pwd, ...) did not null-terminate when value length >= STUN_MAX_*_SIZE, causing unterminated strings. Fix: Set realm[STUN_MAX_REALM_SIZE] and pwd[STUN_MAX_PWD_SIZE] to '\0' after each strncpy. Co-authored-by: Cursor <cursoragent@cursor.com>pull/1804/head
parent
29facbe639
commit
00a4a970d5
Loading…
Reference in new issue