Summary: | free(): invalid pointer | ||
---|---|---|---|
Product: | Telepathy | Reporter: | christian |
Component: | gabble | Assignee: | Will Thompson <will> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | major | ||
Priority: | medium | CC: | will |
Version: | git master | Keywords: | patch |
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
URL: | http://cgit.collabora.com/git/user/wjt/telepathy-gabble/log/?h=57521-crash-when-failing-to-create-invisible-list | ||
Whiteboard: | r+ | ||
i915 platform: | i915 features: | ||
Attachments: | debug output |
I have a test case reproducing this crash… (In reply to comment #1) > I have a test case reproducing this crash… Great. Could you please provide a bit more details about it? …and here's a branch which fixes it. The bug is in the error-handling path in Gabble's privacy list code. Specifically, a GError is being freed with g_free (which is incorrect). http://cgit.collabora.com/git/user/wjt/telepathy-gabble/commit/?h=57521-crash-when-failing-to-create-invisible-list&id=3ada6c09df28114b120d2e3b91f232f17c231ec2 fixes it. yes. (In reply to comment #3) > http://cgit.collabora.com/git/user/wjt/telepathy-gabble/commit/?h=57521- > crash-when-failing-to-create-invisible- > list&id=3ada6c09df28114b120d2e3b91f232f17c231ec2 fixes it. Thank you very much, this works fine for me Crash fixes merged to 0.16 for 0.16.5; everything merged to master for 0.17.2. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 70542 [details] debug output telepathy-gabble crashes when trying to connect to the League Of Legends XMPP Server. Using pidgin with the same configuration settings succeeds. See attached log file for more information