aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2008-11-20 05:15:11 +0000
committerLev Walkin <vlm@lionet.info>2008-11-20 05:15:11 +0000
commitb2bfca5313fce16b81ead923cd46643de702f65b (patch)
treec37b4031414efb21eb53c541706c36fb5e647624 /ChangeLog
parent7bb4ad05066e4c3c77fd9231d2f96190537b6afa (diff)
memory OOB issue on Windows and with non-standard allocators; by Sheng Yu
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d5739e3d..4e8a038d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-0.9.22: 2007-Jun-29
+0.9.22: 2008-Nov-19
* Added -pdu=all and -pdu=<type> switches to asn1c.
* Added PER support for most known-multiplier string types:
@@ -18,6 +18,9 @@
* Added DEFAULT handling for known multiplier string.
* Added a sample OMA ULP decoder (./examples/sample.source.ULP).
* Added full-width 32-bit integer encoding support in PER.
+ * Fixed 1-byte OOB write issue with non-standard and Windows
+ memory allocators (Severity: low; Security impact: medium).
+ Reported by Sheng Yu.
0.9.21: 2006-Sep-17