FreeBSD Bugzilla – Attachment 235916 Details for
Bug 265850
net-im/dino: fix crash on call
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
7fbc900202.patch (text/plain), 1.90 KB, created by
Ivan Rozhuk
on 2022-08-15 09:17:49 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2022-08-15 09:17:49 UTC
Size:
1.90 KB
patch
obsolete
>From 7fbc900202ce3e4e12f5454effe2b8c4591129f4 Mon Sep 17 00:00:00 2001 >From: Rozhuk Ivan <rozhuk.im@gmail.com> >Date: Mon, 15 Aug 2022 12:13:55 +0300 >Subject: [PATCH] net-im/dino: fix crash on call > >--- > net-im/dino/Makefile | 2 +- > ...atch-libdino_src_service_call__peer__state.vala | 14 ++++++++++++++ > 2 files changed, 15 insertions(+), 1 deletion(-) > create mode 100644 net-im/dino/files/patch-libdino_src_service_call__peer__state.vala > >diff --git a/net-im/dino/Makefile b/net-im/dino/Makefile >index 9b714f8fa095..52bbca287a6b 100644 >--- a/net-im/dino/Makefile >+++ b/net-im/dino/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= dino > DISTVERSIONPREFIX= v > DISTVERSION= 0.3.0 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= net-im > > MAINTAINER= ashish@FreeBSD.org >diff --git a/net-im/dino/files/patch-libdino_src_service_call__peer__state.vala b/net-im/dino/files/patch-libdino_src_service_call__peer__state.vala >new file mode 100644 >index 000000000000..f07a18f02c82 >--- /dev/null >+++ b/net-im/dino/files/patch-libdino_src_service_call__peer__state.vala >@@ -0,0 +1,14 @@ >+--- libdino/src/service/call_peer_state.vala 2022-02-13 00:18:06.000000000 +0300 >++++ libdino/src/service/call_peer_state.vala 2022-08-15 12:07:56.735765000 +0300 >+@@ -45,7 +45,10 @@ >+ this.stream_interactor = stream_interactor; >+ this.calls = stream_interactor.get_module(Calls.IDENTITY); >+ >+- var session_info_type = stream_interactor.module_manager.get_module(call.account, Xep.JingleRtp.Module.IDENTITY).session_info_type; >++ Xep.JingleRtp.Module jinglertp_module = stream_interactor.module_manager.get_module(call.account, Xep.JingleRtp.Module.IDENTITY); >++ if (jinglertp_module == null) return; >++ >++ var session_info_type = jinglertp_module.session_info_type; >+ session_info_type.mute_update_received.connect((session,mute, name) => { >+ if (this.sid != session.sid) return; >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 265850
: 235916