mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 824097 - Fix uninitialized memory read in nr_stun_server_ctx. r=jesup
This commit is contained in:
parent
54e7b9d874
commit
e85f37d43c
@ -193,7 +193,7 @@ int nr_stun_server_process_request(nr_stun_server_ctx *ctx, nr_socket *sock, cha
|
||||
char string[256];
|
||||
nr_stun_message *req = 0;
|
||||
nr_stun_message *res = 0;
|
||||
nr_stun_server_client *clnt;
|
||||
nr_stun_server_client *clnt = 0;
|
||||
nr_stun_server_request info;
|
||||
int error;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user