From: nasm-bot f. C. G. <gor...@gm...> - 2018-10-14 18:12:16
|
Commit-ID: 1cbd48ad488cbbaafb7db65de2c6238f27267ec4 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=1cbd48ad488cbbaafb7db65de2c6238f27267ec4 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 14 Oct 2018 21:09:30 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 14 Oct 2018 21:09:30 +0300 doc: Update changes Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- doc/changes.src | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/changes.src b/doc/changes.src index 5852bc0..b2f092c 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -9,6 +9,10 @@ since 2007. \S{cl-2.14} Version 2.14 +\b Fixed null dereference in corrupted invalid single line macros. + +\b Fixed division by zero which may happen if source code is malformed. + \b Fixed out of bound access in processing of malformed segment override. \b Fixed out of bound access in certain \c{EQU} parsing. |