]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[sofia-sip] Fix Out-of-bound array access warning: String copy function overflows... 395/head
authorAndrey Volk <andywolk@gmail.com>
Thu, 20 Feb 2020 11:23:47 +0000 (15:23 +0400)
committerAndrey Volk <andywolk@gmail.com>
Thu, 20 Feb 2020 16:13:07 +0000 (20:13 +0400)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/nua/nua_stack.c

index de80c1d74e142eb1e6e400cb104188cbb7a1b073..e3d9f5f204a6a91f81f2bc1eeed8bd4ba3e97db6 100644 (file)
@@ -1 +1 @@
-Thu Feb 20 10:09:05 UTC 2020
+Thu Feb 20 11:10:22 UTC 2020
index 696827d91d535c654f5f1b5e0a0c963c0c46b6b6..4c8a8379ceee84f7c100d17a5fbc527d6d0a338d 100644 (file)
@@ -313,7 +313,7 @@ int nua_stack_event(nua_t *nua, nua_handle_t *nh, msg_t *msg,
       assert(t == t_end); assert(b == end); (void)end;
     }
     else
-      p = e + 1;
+      p = ee + 1;
 
     ee->ee_nua = nua_stack_ref(nua);
     e->e_event = event;