coturn/src
Gustavo Garcia 14e6d16d14
Fix msvc analyzer error on goto label on rfc5769check (#1486)
rfc5769check.c file is using ERROR as a label for gotos but apparently
that name is already used for a constant and msvc analyzer detects it as
an error.

Rename it to "err" that is already used in other parts of the codebase
and also more consistent in terms of casing.

Co-authored-by: Gustavo Garcia <gustavogb@mail.com>
2024-05-05 12:19:10 +02:00
..
apps Fix msvc analyzer error on goto label on rfc5769check (#1486) 2024-05-05 12:19:10 +02:00
client Fix buffer overflow in generate_enc_password with increase rsalt by 2 (#1463) 2024-05-04 18:26:35 +02:00
client++ Add the InsertBraces command for clang-format to ensure that all conditionals always have braces (#1408) 2024-01-27 16:38:40 -08:00
server Fix clang-format lint warnings 2024-04-19 17:08:49 +02:00
CMakeLists.txt
ns_turn_defs.h