-
- Downloads
Project 'savoirfairelinux/ring-daemon' was moved to 'savoirfairelinux/jami-daemon'. Please update any links and bookmarks that may still have the old path.
prevent a crash if im::sendSipMessage fails
im::sendSipMessage() may throw an exception but caller doesn't take that into account. This may cause undefined behaviour, like a crash on some platforms. This patch encapsulates the im::sendSipMessage() call into a try/catch. Change-Id: Ie07105f02d64a37a009e510bb674716ec20212c9 Tuleap: #1172
Please register or sign in to comment