Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
belle-sip
Merge requests
!398
Fix crash when there is no "algo" parameter in a Authenticate header.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Simon Morlat
requested to merge
fix/missing-method
into
release/5.4
1 month ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Compare
release/5.4
release/5.4 (base)
and
latest version
latest version
c8090cb6
1 commit,
1 month ago
1 file
+
2
−
0
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
src/provider.c
+
2
−
0
Options
View file @ c8090cb6
Edit in single-file editor
Open in Web IDE
Show full file
@@ -1205,6 +1205,8 @@ static void belle_sip_provider_update_or_create_auth_context(belle_sip_provider_
if
(
belle_sip_stack_check_digest_compatibility
(
p
->
stack
,
authenticate
)
==
-
1
)
return
;
if
(
algo
==
NULL
)
algo
=
"MD5"
;
for
(
auth_context_it
=
auth_context_lst
=
belle_sip_provider_get_auth_context_by_realm_or_call_id
(
p
,
call_id
,
from_uri
,
realm
);
auth_context_it
!=
NULL
;
auth_context_it
=
auth_context_it
->
next
)
{
Menu
Explore
Projects
Groups
Topics
Snippets