2006-05-21 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Sun, 21 May 2006 05:33:52 +0000 (05:33 +0000)
committerHavoc Pennington <hp@redhat.com>
Sun, 21 May 2006 05:33:52 +0000 (05:33 +0000)
commit5bc9dc5cf03d05feb62f0e28e2d5e04faf33610b
tree16629b265e8545ae1520942ba7235b4ae233ef15
parente2f5ba2280a42978d27113b7ffcadd910c38a363
2006-05-21  Havoc Pennington  <hp@redhat.com>

* glib/dbus-gproxy.c: Put in a pile of assertions that the proxy name
is not NULL when it shouldn't be. Also a couple of possible fixes
for #4637 though I don't understand why the bug happens, to be
honest... also the object constructor has an assert name != NULL
and the name is only currently NULL for peer-to-peer proxies that
I don't think anyone uses? So it should be asserting.
Anyway, for now at least see if we get an earlier assertion failure.

* glib/dbus-gvalue-utils.c: Put in a couple of assertions for
apparently broken code to be sure the tests fail and someone
will fix them...
ChangeLog
glib/dbus-gvalue-utils.c