diff options
author | John Wiegley <johnw@newartisans.com> | 2019-01-25 15:47:22 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-25 15:47:22 -0800 |
commit | 4b7100a2caa5f9837d051d6ab385d5d521916735 (patch) | |
tree | f7792c213375db829ada44dd3feb7d0d59e88168 /doc/NEWS | |
parent | 6828b8e89bdd9328c81e81e98088143786559976 (diff) | |
parent | f3bad93db256db07b6cb831d4d24f47543f57e4a (diff) | |
download | fork-ledger-4b7100a2caa5f9837d051d6ab385d5d521916735.tar.gz fork-ledger-4b7100a2caa5f9837d051d6ab385d5d521916735.tar.bz2 fork-ledger-4b7100a2caa5f9837d051d6ab385d5d521916735.zip |
Merge pull request #1745 from mbudde/ignore-null-deferred-postings
Ignore null deferred postings
Diffstat (limited to 'doc/NEWS')
-rw-r--r-- | doc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,9 @@ - Fix parsing issue of effective dates (bug #1722, TALOS-2017-0303, CVE-2017-2807) +- Fix use-after-free issue with deferred postings (bug #1723, TALOS-2017-0304, + CVE-2017-2808) + - Python: Removed double quotes from Unicode values. - Python: Ensure that parse errors produce useful RuntimeErrors |