dbus_realloc () can crash when guards are enabled

Miloslav Trmac mitr@volny.cz
Sat, 28 Jun 2003 05:11:00 +0200


Hello,
dbus_realloc () checks guard values after reallocating storage, which
may (and does) fail when the new size is smaller than the old size.
Attached patch fixes this.
	Mirek