Monday, fuck you

by Vasil Kolev

I hate Mondays. The current one – even more.

In the morning the bad alert woke me up. The problem turned out to be a iptables rule gone crazy that was remapping a source port and breaking one SIP.

Outside it’s raining like crazy.

Written after some debugging of pidgin (v2.2.2) which was crashing after connecting in jabber.
(bug ID 3995)

--- libpurple/protocols/jabber/caps.c   2007-09-29 19:39:08.000000000 +0300
+++ ../../pidgin-2.2.1/libpurple/protocols/jabber/caps.c        2007-11-19 15:46:46.000000000 +0200
@@ -435,6 +435,7 @@
        key->node = g_strdup(userdata->node);
        key->ver = g_strdup(userdata->ver);

+       if (!query) return;
        value->ext = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, jabber_caps_ext_destroy_value);

        for(child = query->child; child; child = child->next) {

I’m waiting for the next thing to break.

Leave a Reply