From: nasm-bot f. C. G. <gor...@gm...> - 2018-10-21 12:48:15
|
Commit-ID: 0e7f5111515df03925383d94a85e4383f635606c Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=0e7f5111515df03925383d94a85e4383f635606c Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 21 Oct 2018 15:45:02 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 21 Oct 2018 15:45:02 +0300 doc: Update changes Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- doc/changes.src | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/changes.src b/doc/changes.src index b2f092c..7da6662 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -9,6 +9,8 @@ since 2007. \S{cl-2.14} Version 2.14 +\b Fixed \c{-I} option handling when ending slash is not present. + \b Fixed null dereference in corrupted invalid single line macros. \b Fixed division by zero which may happen if source code is malformed. |