[Bug 79006] [next] Fix clang warnings
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon May 26 04:09:44 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=79006
--- Comment #14 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
Comment on attachment 99478
--> https://bugs.freedesktop.org/attachment.cgi?id=99478
tp-fs: fix a potential NULL dereferencing crash
Review of attachment 99478:
--> (https://bugs.freedesktop.org/page.cgi?id=splinter.html&bug=79006&attachment=99478)
-----------------------------------------------------------------
::: telepathy-farstream/call-stream.c
@@ +331,5 @@
> tf_call_stream_fail (self,
> TP_CALL_STATE_CHANGE_REASON_INTERNAL_ERROR,
> TP_ERROR_STR_MEDIA_STREAMING_ERROR,
> + "Error setting the remote candidates: %s",
> + error != NULL ? error->message : "invalid transport type");
This usually indicates that GError is being used incorrectly; I'll have to look
at more context.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list