gnucash/bindings
John Ralls e17ba3cc00 Fix UAF in xaccFreeSplit.
xaccSplitComputeCapGains creates gains_split pointers in both the Cap Gains Split and its Income split to the original split, but the original's gains_split pointer can point to only one of them, the Cap Gains split. When the original split is freed both the Cap Gains split's and its Income split need their gains_split pointers NULLed or when it's the Income split's turn to be freed it will try to deref the dangling pointer.
2023-11-02 12:58:55 -07:00
..
guile Fix UAF in xaccFreeSplit. 2023-11-02 12:58:55 -07:00
python Add Asan build type that enables the Address and UB sanitizers. 2023-11-02 12:58:46 -07:00
app-utils.i Bug 799092 - GnuCash 5.4 leaves background process running on exit 2023-10-02 12:31:59 -07:00
business-core.i Merge Richard Cohen's 'cleanup' into master. 2023-01-24 12:05:47 -08:00
CMakeLists.txt Move gnc_ui_account_get_tax_info_string to gnc-locale-tax.c 2022-07-17 10:00:23 -07:00
core-utils.i Bug 798991 - Incorrect Account Name Order in Transaction Report 2023-07-11 08:41:09 +08:00
engine-common.i [account.cpp] gnc_accounts_and_all_descendants converted from scm 2022-04-14 21:51:14 +08:00
engine.i Valgrind: fix "Mismatched free/delete" for gnc_print_time64, qof_print_date 2023-06-20 10:20:44 +01:00
expressions.i Move gnc_ui_account_get_tax_info_string to gnc-locale-tax.c 2022-07-17 10:00:23 -07:00