You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ISSUE:
when using mod_sofia with Address Sanitizer causes a stack-buffer-underflow error
ERROR: AddressSanitizer: stack-buffer-underflow
READ of size 8 at 0x7f3bfcdc0420 thread T14
#0 t_len sofia-sip/su_tag_inline.h:140
#1 tl_len sofia-sip/libsofia-sip-ua/su/su_taglist.c:250
#2 tl_adup sofia-sip/libsofia-sip-ua/su/su_taglist.c:315
#3 nua_create sofia-sip/libsofia-sip-ua/nua/nua.c:154
#4 sofia_profile_thread_run src/mod/endpoints/mod_sofia/sofia.c:3220
This frame has 1 object(s):
[32, 88) 'ta'
HINT: this may be a false positive if your program uses some custom stack unwind mechanism or swapcontext
(longjmp and C++ exceptions are supported)
TEMPORARY FIX:
I added the below code to temporarily avoid this error
ISSUE:
when using mod_sofia with Address Sanitizer causes a stack-buffer-underflow error
TEMPORARY FIX:
I added the below code to temporarily avoid this error
The text was updated successfully, but these errors were encountered: