gasyncqueue: fix a 32bit overflow in g_async_queue_timed_pop
authorDan Winship <danw@gnome.org>
Wed, 22 Feb 2012 13:12:52 +0000 (08:12 -0500)
committerDan Winship <danw@gnome.org>
Wed, 22 Feb 2012 16:36:08 +0000 (11:36 -0500)
commit88182d375e13ae6519a288d5295220c83ca27e73
treeb324608add820579ae366e0a32fc48794677ea34
parent9ff09f34cf0bc5fbc951490923880d82d94862d1
gasyncqueue: fix a 32bit overflow in g_async_queue_timed_pop

also, add a test for g_async_queue_timed_pop() and
g_async_queue_timeout_pop() to tests/asyncqueue.c

https://bugzilla.gnome.org/show_bug.cgi?id=669670
glib/gasyncqueue.c
glib/tests/asyncqueue.c