OSDN Git Service

Reduce the sizes of name buffers.
authorrelan <relan@users.noreply.github.com>
Mon, 26 Dec 2016 06:41:57 +0000 (09:41 +0300)
committerrelan <relan@users.noreply.github.com>
Mon, 26 Dec 2016 07:01:18 +0000 (10:01 +0300)
commit088ea8a362ab77d93699b7da72d9b1abf164b59c
treee066805bf50ff0d7cc5f2d8faca04eb79355f801
parent758e96d2be3b4ca302a3169454e39028edac58a0
Reduce the sizes of name buffers.

EXFAT_NAME_MAX is the number of 16-bit code units, not Unicode
characters. When converting to UTF-8, 3 bytes are enough to keep any
Unicode character encoded by a 16-bit code unit.
fsck/main.c
fuse/main.c
libexfat/exfat.h
libexfat/node.c
libexfat/utils.c