Mercurial > pidgin.yaz
graph
-
Move NULL check earlier to prevent confusion when it is checked after being derefed. Fixes CID 350Wed, 10 Oct 2007 00:00:21 +0000, by Daniel Atallah
-
CID 358 (Unused Var)Tue, 09 Oct 2007 23:46:46 +0000, by Daniel Atallah
-
Prevent null pointer deref to fix CID 338Tue, 09 Oct 2007 23:45:16 +0000, by Daniel Atallah
-
Remove unused variables to fix CID 359 and 360.Tue, 09 Oct 2007 23:42:46 +0000, by Daniel Atallah
-
Prevent null pointer deref to fix CID 349. I don't think this is possible, but I suppose it may happen with a different UI.Tue, 09 Oct 2007 23:39:30 +0000, by Daniel Atallah
-
Prevent null pointer deref to fix CID 322.Tue, 09 Oct 2007 23:33:49 +0000, by Daniel Atallah
-
Protect from a buffer overrun if we get bogus data back from the request API. Fixes CID 331. There is also a fix to check that the connection returned by the request dialog is still valid before using it.Tue, 09 Oct 2007 23:22:20 +0000, by Daniel Atallah
-
purple_util_write_data_to_file_absolute() should take a signed argument for the size as -1 is used to indicate that the string is nul-delimited. This resolves CID 330.Tue, 09 Oct 2007 23:09:05 +0000, by Daniel Atallah
-
Fix CID 337, null pointer deref. Also plug a leak.Tue, 09 Oct 2007 23:01:11 +0000, by Daniel Atallah
-
Make sure that the xmlns isn't null before dereferencing it to fix CID 320.Tue, 09 Oct 2007 22:46:02 +0000, by Daniel Atallah
-
Fully comment out some disabled code to prevent CID 310.Tue, 09 Oct 2007 22:42:49 +0000, by Daniel Atallah
-
Fully comment out some disabled code to prevent CID 180.Tue, 09 Oct 2007 22:39:44 +0000, by Daniel Atallah
-
Fix CID 312 (Dead code).Tue, 09 Oct 2007 21:27:29 +0000, by Daniel Atallah
-
Fix CID 311 (Unnecessary null check)Tue, 09 Oct 2007 21:07:51 +0000, by Daniel Atallah
-
Fix CID 317 and 335 as well as an additional leak.Tue, 09 Oct 2007 20:40:49 +0000, by Daniel Atallah
-
Fix CID 318Tue, 09 Oct 2007 20:12:48 +0000, by Daniel Atallah
-
merge of '067c06f2c33e5371796629696a9aad6afa4e9ead'Tue, 09 Oct 2007 13:41:11 +0000, by Luke Schierer
-
compute the new size by adding the difference to the actual allocated sizeTue, 09 Oct 2007 07:37:26 +0000, by Ka-Hing Cheung
-
Get rid of another unused variable. Coverity CID 365.Tue, 09 Oct 2007 07:31:09 +0000, by Mark Doliner
-
Get rid of an unused variable. Coverity found this. RememberTue, 09 Oct 2007 07:29:11 +0000, by Mark Doliner
-
uses the entry's allocated height instead of requested height, works aroundTue, 09 Oct 2007 03:38:47 +0000, by Ka-Hing Cheung
-
fix the auto resize code for the showing formatting toolbar case, whichTue, 09 Oct 2007 03:13:02 +0000, by Ka-Hing Cheung
-
fix up the aweful spacing hereTue, 09 Oct 2007 02:54:09 +0000, by Ka-Hing Cheung
-
Don't assume that the payload is nul delimited.Tue, 09 Oct 2007 00:38:12 +0000, by Daniel Atallah
-
Another couple leak fixes in the xmpp roster parsing.Tue, 09 Oct 2007 00:25:56 +0000, by Daniel Atallah
-
We need to unref the pixmaps after adding them to a list store.Tue, 09 Oct 2007 00:24:45 +0000, by Daniel Atallah
-
Fix a couple leaks in parsing the xmpp roster.Mon, 08 Oct 2007 20:46:00 +0000, by Daniel Atallah