diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-07-15 16:31:55 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-07-15 16:31:55 -0400 |
commit | cc6ee1acf218c51f4565cbb8a5b868b5df31251b (patch) | |
tree | 59cbb0b400d2df29a335019e835b8a6390a9583f /doc | |
parent | 252c2db7d97ea1e45c3adccd3b44ceb4df5c07b5 (diff) | |
download | nasm-cc6ee1acf218c51f4565cbb8a5b868b5df31251b.tar.gz nasm-cc6ee1acf218c51f4565cbb8a5b868b5df31251b.tar.bz2 nasm-cc6ee1acf218c51f4565cbb8a5b868b5df31251b.zip |
changes: document fixed crash on invalid UTF-8 sequences
Document nasm_quote() fixes.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.src | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index 4a15ae7..df96ebc 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -37,6 +37,9 @@ since 2007. \b Support for 64-bit Mach-O output, see \k{machofmt}. +\b Fix assert failure on certain operations that involve high-bit + characters that don't form valid UTF-8 sequences. + \S{cl-2.06} Version 2.06 |