mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
[Core] switch_stun.c: Coverity 1468480: Out-of-bounds access (OVERRUN)
This commit is contained in:
@@ -141,6 +141,13 @@ typedef struct {
|
||||
uint32_t address;
|
||||
} switch_stun_ip_t;
|
||||
|
||||
typedef struct {
|
||||
uint8_t wasted;
|
||||
uint8_t family;
|
||||
uint16_t port;
|
||||
uint8_t address[16];
|
||||
} switch_stun_ipv6_t;
|
||||
|
||||
#if SWITCH_BYTE_ORDER == __BIG_ENDIAN
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user