summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2017-11-25 17:41:38 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2017-11-25 17:41:38 +0300
commit4c171ce268bb5d091ff49eb40d9709bef6e0a8dd (patch)
tree201b09a8d1f6dabe5bed43e2934b7220efd790db
parent9b7ee09abfd426b99aa1ea81d19a3b2818eeabf9 (diff)
downloadnasm-4c171ce268bb5d091ff49eb40d9709bef6e0a8dd.tar.gz
doc: Update changes for 2.13.02
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--doc/changes.src36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src
index 09d68df1..9a5005d6 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -9,6 +9,42 @@ since 2007.
\S{cl-2.13.02} Version 2.13.02
+\b Fix buffer overflow in specially malformed preprocessor
+ token directive.
+
+\b Fix null dereference in case if data missed with implicit
+ pasting preprocessor mode.
+
+\b Fix null dereference in conditional preprocessing.
+
+\b Fix null dereference in malformed multiline and singleline
+ macros arguments.
+
+\b Fix accessing of arbitrary memory on unterminated strings in
+ prepocessor mode.
+
+\b Fix false positive in testing of numeric overflows.
+
+\b Fix generation of \c{PEXTRW} instruction for.
+
+\b Fix \c{smartalign} package which can trigger an error during
+ compiling if alignment code grows too big.
+
+\b Fix a case where negative value in \c{TIMES} directive causes
+ panic while error should be printed instead.
+
+\b Always finalize \c{.debug_abbrev} section with a null in
+ \c{dwarf} output format.
+
+\b Support \c{debug} flag in section attributes for \c{macho}
+ output format.
+
+\b Support up to 16 characters in section names for \c{macho}
+ output format.
+
+\b Fix missing update of global \c{BITS} setting if \c{SECTION}
+ directive requested to.
+
\b Fix the incorrect generation of VEX-encoded instruction when static
mode decorators are specified on scalar instructions, losing the
decorators as they require EVEX encoding.