summaryrefslogtreecommitdiff
path: root/doc/NEWS
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2019-01-25 15:47:22 -0800
committerGitHub <noreply@github.com>2019-01-25 15:47:22 -0800
commit4b7100a2caa5f9837d051d6ab385d5d521916735 (patch)
treef7792c213375db829ada44dd3feb7d0d59e88168 /doc/NEWS
parent6828b8e89bdd9328c81e81e98088143786559976 (diff)
parentf3bad93db256db07b6cb831d4d24f47543f57e4a (diff)
downloadfork-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 80617b08..5152ad7c 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -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