coturn/src/client
Arjun 716417e0fd
Fix : Issue 51563 in oss-fuzz (#1010)
```
==6418==WARNING: MemorySanitizer: use-of-uninitialized-value
    #0 0x4e7530 in bcmp /src/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc:906:10
    #1 0x55463d in stun_check_message_integrity_by_key_str coturn/src/client/ns_turn_msg.c:1989:5
    #2 0x554acc in stun_check_message_integrity_str coturn/src/client/ns_turn_msg.c:2008:9
    #3 0x5358c0 in LLVMFuzzerTestOneInput coturn/fuzz/FuzzStun.c:37:5
    #4 0x43ede3 in fuzzer::Fuzzer::ExecuteCallback(unsigned char const*, unsigned long) /src/llvm-project/compiler-rt/lib/fuzzer/FuzzerLoop.cpp:611:15
    #5 0x42a542 in fuzzer::RunOneTest(fuzzer::Fuzzer*, char const*, unsigned long) /src/llvm-project/compiler-rt/lib/fuzzer/FuzzerDriver.cpp:324:6
    #6 0x42fdec in fuzzer::FuzzerDriver(int*, char***, int (*)(unsigned char const*, unsigned long)) /src/llvm-project/compiler-rt/lib/fuzzer/FuzzerDriver.cpp:860:9
    #7 0x459322 in main /src/llvm-project/compiler-rt/lib/fuzzer/FuzzerMain.cpp:20:10
    #8 0x7f4cb21790b2 in __libc_start_main /build/glibc-eX1tMB/glibc-2.31/csu/libc-start.c:308:16
    #9 0x42070d in _start
  Uninitialized value was created by an allocation of 'new_hmac' in the stack frame of function 'stun_check_message_integrity_by_key_str'
    #0 0x5538c0 in stun_check_message_integrity_by_key_str coturn/src/client/ns_turn_msg.c:1927
```
2022-10-08 17:59:08 -07:00
..
CMakeLists.txt CMake: add runtime install 2021-03-28 20:19:15 -07:00
ns_turn_ioaddr.c Replace bcopy with memcpy (#991) 2022-09-20 10:39:11 +02:00
ns_turn_ioaddr.h Tidy: Move zero check to own function 2020-12-07 08:32:09 +01:00
ns_turn_msg_addr.c Replace bcopy with memcpy (#991) 2022-09-20 10:39:11 +02:00
ns_turn_msg_addr.h Remove [su]{08,16,32,64}bits type defines 2019-03-08 09:08:30 +01:00
ns_turn_msg_defs_experimental.h MOBILITY-TICKET changed to 0x8030 2015-08-27 05:20:29 -07:00
ns_turn_msg_defs.h Merge branch 'permission' of https://github.com/akatsukle/coturn into akatsukle-permission 2016-09-25 00:01:14 -07:00
ns_turn_msg.c Fix : Issue 51563 in oss-fuzz (#1010) 2022-10-08 17:59:08 -07:00
ns_turn_msg.h Disable stun backward compatibility 2021-06-05 22:10:31 +02:00