diff options
author | Jason Andryuk <jandryuk@gmail.com> | 2016-02-12 23:13:33 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-03-03 15:07:09 -0800 |
commit | 9e8afc94ffae6f7ab9ba77308a9ab53aaf10335e (patch) | |
tree | e67ab390741922a0151f1d95dcd058d5bc42a5a8 /lib/reed_solomon/encode_rs.c | |
parent | 9168b9b4cd91c442041a5c3a3d9f9a5b1f8676f5 (diff) |
lib/ucs2_string: Correct ucs2 -> utf8 conversion
commit a68075908a37850918ad96b056acc9ac4ce1bd90 upstream.
The comparisons should be >= since 0x800 and 0x80 require an additional bit
to store.
For the 3 byte case, the existing shift would drop off 2 more bits than
intended.
For the 2 byte case, there should be 5 bits bits in byte 1, and 6 bits in
byte 2.
Signed-off-by: Jason Andryuk <jandryuk@gmail.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Cc: Peter Jones <pjones@redhat.com>
Cc: Matthew Garrett <mjg59@coreos.com>
Cc: "Lee, Chun-Yi" <jlee@suse.com>
Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/reed_solomon/encode_rs.c')
0 files changed, 0 insertions, 0 deletions