g_return_if_fail if these get called after the IO is done. This isn't
authorDan Winship <danw@src.gnome.org>
Mon, 10 Apr 2006 18:09:01 +0000 (18:09 +0000)
committerDan Winship <danw@src.gnome.org>
Mon, 10 Apr 2006 18:09:01 +0000 (18:09 +0000)
commit33c30275b616a4a192d8142bc8730178b9227f61
tree953ba6eef5816d86299e7b1d6ea29d256cd1251d
parent1a4be5118b284e073a243b5b2542d787109e0387
g_return_if_fail if these get called after the IO is done. This isn't

        * libsoup/soup-message-io.c (io_write, io_read): g_return_if_fail
        if these get called after the IO is done. This isn't supposed to
        happen, but apparently does. Workaround for #334469.

        * libsoup/soup-auth-digest.c (qop_types, algorithm_types):
        NULL-terminate these so we don't crash when trying to parse an
        invalid value. (Flip side of the previous #328615 patch.)
ChangeLog
NEWS
libsoup/soup-auth-digest.c
libsoup/soup-message-io.c