From: nasm-bot f. C. G. <gor...@gm...> - 2018-10-13 20:04:17
|
Commit-ID: d94402d6f7f10ad1536a767c18c830ca7d0823a8 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=d94402d6f7f10ad1536a767c18c830ca7d0823a8 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sat, 13 Oct 2018 23:03:24 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sat, 13 Oct 2018 23:03:24 +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 80415f8..5852bc0 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -9,6 +9,8 @@ since 2007. \S{cl-2.14} Version 2.14 +\b Fixed out of bound access in processing of malformed segment override. + \b Fixed out of bound access in certain \c{EQU} parsing. \b Fixed buffer underflow in float parsing. |