r22194 - gnucash/branches/2.4/src/engine - [r22171][Bug 674862] Gnucash crashes after creating a new SX using the Mortgage

John Ralls jralls at code.gnucash.org
Mon May 21 15:47:29 EDT 2012


Author: jralls
Date: 2012-05-21 15:47:28 -0400 (Mon, 21 May 2012)
New Revision: 22194
Trac: http://svn.gnucash.org/trac/changeset/22194

Modified:
   gnucash/branches/2.4/src/engine/SchedXaction.c
Log:
[r22171][Bug 674862] Gnucash crashes after creating a new SX using the Mortgage
Wizard and SQL Backend

This addresses the crash reported on Ubuntu with Postgres by Krzysiek.
The stack trace he posted showed the crash was the result of
dereferencing a NULL GDate*, and this change protects against that. It
still doesn't address the more basic problem of why on Win32 and with
mysql and pgsql (but not SQLite3) the mortgage wizard is writing corrupt
dates.




More information about the gnucash-patches mailing list