Files
gnucash/libgnucash/engine
Richard Cohen a1893ef51b Valgrind: fix "Invalid read" - test-kvp-value
==7520== Invalid read of size 8
==7520==    at 0x4E36DCC: guid_copy (guid.cpp:123)
==7520==    by 0x1E3E62: KvpValueImpl::duplicate(KvpValueImpl const&) (kvp-value.cpp:378)
==7520==    by 0x1E31CC: KvpValueImpl::KvpValueImpl(KvpValueImpl const&) (kvp-value.cpp:36)
==7520==    by 0x1FF6C3: KvpValueTest_Copy_Test::TestBody() (test-kvp-value.cpp:74)
...
==7520==  Address 0x7e10f48 is 8 bytes inside a block of size 16 free'd
==7520==    at 0x4846AFF: operator delete(void*, unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==7520==    by 0x4E36D98: guid_free (guid.cpp:115)
==7520==    by 0x1E3D04: void delete_visitor::operator()<_gncGuid*>(_gncGuid*&) (kvp-value.cpp:358)
...
==7520==  Block was alloc'd at
==7520==    at 0x4843FA3: operator new(unsigned long) (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
==7520==    by 0x4E36D5C: guid_malloc (guid.cpp:105)
==7520==    by 0x4E36DC3: guid_copy (guid.cpp:122)
==7520==    by 0x4E36EB0: guid_new (guid.cpp:153)
==7520==    by 0x1FF4DB: KvpValueTest_Copy_Test::TestBody() (test-kvp-value.cpp:68)
2023-06-21 10:36:35 +01:00
..
2023-05-13 13:00:25 +01:00
2021-03-02 01:15:32 +01:00
2021-03-02 01:15:32 +01:00
2021-03-02 01:15:32 +01:00
2021-03-02 01:15:32 +01:00
2017-08-10 18:45:00 +02:00
2023-06-06 15:40:36 +01:00
2023-06-08 14:30:28 +01:00
2017-08-10 18:45:00 +02:00
2023-04-28 16:31:07 -07:00
2023-02-16 09:19:19 +00:00
2017-08-10 18:45:00 +02:00
2021-03-02 01:15:32 +01:00
2023-03-30 18:25:23 -07:00
2023-01-26 18:40:44 +08:00
2017-08-10 18:45:00 +02:00
2023-02-06 14:20:31 +00:00
2021-03-02 01:15:32 +01:00
2023-01-24 13:22:18 +00:00
2017-08-10 18:45:00 +02:00
2023-01-26 18:40:44 +08:00
2018-09-23 16:00:41 +02:00
2023-01-24 13:22:18 +00:00
2018-09-23 16:00:41 +02:00
2023-01-26 18:40:44 +08:00
2023-05-15 20:03:23 +01:00
2023-01-26 18:40:44 +08:00
2017-08-10 18:45:00 +02:00
2023-01-24 13:22:18 +00:00
2021-03-02 01:15:32 +01:00
2018-09-23 16:00:41 +02:00
2023-01-26 18:40:44 +08:00
2018-09-23 16:00:41 +02:00
2023-03-03 18:55:42 +00:00
2021-03-02 01:15:32 +01:00
2022-04-14 18:02:17 -07:00
2023-02-16 09:20:59 +00:00
2023-01-24 13:22:18 +00:00
2023-01-23 18:40:01 +00:00
2021-03-02 01:15:32 +01:00
2017-08-10 18:45:00 +02:00
2023-04-28 16:31:07 -07:00
2021-02-16 13:23:16 -08:00
2017-08-10 18:45:00 +02:00
2017-08-10 18:45:00 +02:00
2021-02-16 13:23:16 -08:00
2021-03-02 01:15:32 +01:00
2017-08-10 18:45:00 +02:00
2021-02-16 13:23:16 -08:00
2017-08-10 18:45:00 +02:00
2017-08-10 18:45:00 +02:00
2023-03-03 18:55:42 +00:00
2023-03-03 18:55:42 +00:00
2017-08-10 18:45:00 +02:00
2023-02-16 09:20:59 +00:00
2021-03-02 01:15:32 +01:00
2017-08-10 18:45:00 +02:00
2022-04-08 14:12:50 -04:00
2023-05-13 13:00:25 +01:00
2023-05-15 13:21:30 +01:00
2017-08-10 18:45:00 +02:00
2021-03-02 01:15:32 +01:00
2018-07-13 09:49:33 -07:00
2023-01-26 18:40:44 +08:00
2023-02-27 16:24:44 -08:00
2017-08-10 18:45:00 +02:00

This directory contains code for the accounting engine.
Its fairly clean but far from perfect, and it certainly
lacks advanced features.

There should be no GUI code in this subdirectory, and,
ideally, it should build cleanly and independently of 
any GUI elements or assumptions.

For design documentation, please see the file "design.txt",
and also, look at the header files carefully.  The documentation
for each routine is in the header files for that routine.

September 1998