Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
88ba9c1f
Commit
88ba9c1f
authored
1 year ago
by
Simon Morlat
Browse files
Options
Download
Patches
Plain Diff
Fix crash when receiving an INVITE comprising tel uris.
Compared to release/5.2, the fix had to be re-worked.
parent
0c593598
Changes
15
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
coreapi/bellesip_sal/sal_address_impl.c
+54
-38
coreapi/bellesip_sal/sal_address_impl.c
coreapi/callbacks.c
+4
-6
coreapi/callbacks.c
src/account/account.h
+2
-2
src/account/account.h
src/address/address.cpp
+13
-5
src/address/address.cpp
src/address/address.h
+5
-1
src/address/address.h
src/c-wrapper/api/c-account.cpp
+25
-25
src/c-wrapper/api/c-account.cpp
src/c-wrapper/api/c-chat-room.cpp
+62
-62
src/c-wrapper/api/c-chat-room.cpp
src/c-wrapper/api/c-event.cpp
+28
-28
src/c-wrapper/api/c-event.cpp
src/chat/chat-room/chat-room.cpp
+1
-1
src/chat/chat-room/chat-room.cpp
src/chat/chat-room/chat-room.h
+2
-2
src/chat/chat-room/chat-room.h
src/event/event.h
+2
-2
src/event/event.h
src/sal/call-op.cpp
+4
-4
src/sal/call-op.cpp
tester/call_single_tester.c
+54
-3
tester/call_single_tester.c
tester/liblinphone_tester.c
+1
-1
tester/liblinphone_tester.c
tester/setup_tester.c
+5
-2
tester/setup_tester.c
with
262 additions
and
182 deletions
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment