GNOME Bugzilla – Bug 499360
Crash when editing a commodity whose quote source timezone is set to local time
Last modified: 2018-06-29 21:54:58 UTC
Copied from http://lists.gnucash.org/pipermail/gnucash-devel/2007-November/021643.html: [...], gnucash would crash when editing a commodity whose quote source timezone is set to local time. In that case gnc_commodity_set_quote_tz is called with a NULL tz parameter. However, the ENTER macro would always attempt to dereference tz to print it, resulting a crash. This patch fixes that problem changing the macro to use the string "(null)" in the case that tz is NULL.
The mentioned patch was applied in r16598. Awaiting backport to branches/2.2.
branches/2.2@r16645.
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=499360. Please update any external references or bookmarks.