gnucash maint: Bug 759674 - GNUCash crashes when importing invoices or bills with delimited import

Mike Evans mikee at code.gnucash.org
Mon Dec 21 06:58:38 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/5370124d (commit)
	from  https://github.com/Gnucash/gnucash/commit/a1c7f645 (commit)



commit 5370124dc1368ebe19924a04b4f08e0c174c8dd7
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Sun Dec 20 13:16:54 2015 +0000

    Bug 759674 - GNUCash crashes when importing invoices or bills with delimited import
    
    Make sure all instances of gchar*  have *some* value, ie NULL, else undefined behavior occurs
    when free is called on those objects.



Summary of changes:
 src/plugins/bi_import/dialog-bi-import-gui.c | 14 +++++++-------
 src/plugins/bi_import/dialog-bi-import.c     | 19 +++++++++++--------
 2 files changed, 18 insertions(+), 15 deletions(-)



More information about the gnucash-patches mailing list