-
- Downloads
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