summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2010-07-23 18:57:40 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2010-07-23 18:57:40 +0400
commit088d151130b427367766057feadd8351e03ee19b (patch)
tree32fa679f0175aeef698536de2a74648667188624
parent4e1d5ab0cff00aa6d7bc39c8bc871d6c9621c16f (diff)
downloadnasm-088d151130b427367766057feadd8351e03ee19b.tar.gz
doc: Update changes.src
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--doc/changes.src3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src
index e27faded..75c355b6 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -9,6 +9,9 @@ since 2007.
\S{cl-2.09} Version 2.09
+\b Fixed NULL dereference if argument of \c{%strlen} resolves
+ to whitespace. For example if nonexistent macro parameter is used.
+
\b \c{%ifenv}, \c{%elifenv}, \c{%ifnenv}, and \c{%elifnenv} directives
introduced. See \k{ifenv}.