Skip to content
Snippets Groups Projects
Commit 614d78c7 authored by rtoy's avatar rtoy
Browse files

Update with bugfix for bad buffering for decoding external formats.

parent 89d8ad4a
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,10 @@ New in this release:
during TRACE, the incorrect values were returned for the SSE2
core. This was caused by using the x87 values instead of the
sse2 values in the sigcontext. This is fixed now.
- A critical bug in the fast unicode stream buffering routine has
been fixed. This bug manifests itself by causing valid
sequences to be incorrectly decoded, resulting in a replacement
character.
* Trac Tickets:
#33: get-dispatch-macro-character doesn't signal errors in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment