1
0
Fork 0
forked from len0rd/rockbox
foxbox/firmware/common
Roman Artiukhin 059df3782f unicode: Explicitly set INT_MAX for unlimited utf8_size
-1 could be supplied unintentionally from user code when utf8_size is computable value

Fixup for 004304dc and 1f548f74

Change-Id: I93008ea289bdb134f051975c25b0db9d0e64b823
2025-03-28 15:05:13 -04:00
..
adler32.c
ap_int.c
bootdata.c multiboot: Add v1 boot protocol 2024-03-31 16:57:19 +01:00
config.c
crc32-rkw.c
crc32.c
devicedata.c Add DeviceData to bootloaders 2024-09-02 13:29:43 -04:00
diacritic.c short circuit is_diacritic for 5-15% text drawing speed-up 2025-01-31 21:48:44 -05:00
dir.c Revert "readdir_r use in tagcache.check_dir, ft_load" 2024-05-02 13:38:32 -04:00
dircache.c add INIT_ATTR to dircache_load and core_load_key_remap 2024-11-26 22:13:43 -05:00
disk.c ata: Prefer using "virtual" sector size where possible 2024-11-15 07:24:08 -05:00
disk_cache.c storage: 64-bit sector offsets 2024-08-12 14:23:44 -04:00
fdprintf.c
file.c storage: Misc corrections and cleanups 2024-11-26 08:37:55 -05:00
file_internal.c init_volume_names() has to be called AFTER storage_init() 2024-07-28 21:15:41 -04:00
fileobj_mgr.c
inflate.c
itoa_buf.c [BugFix] itoa conflicts with mingw rename to itoa_buf 2025-02-18 10:41:18 -05:00
linked_list.c
loader_strerror.c
multiboot.c [coverity] multiboot.c write_bootdata_ fix memset size 2024-06-04 15:56:56 -04:00
pathfuncs.c [BugFix] pathfuncs.c path_append_ex basepath_max might cause buffer ovfl 2024-12-30 19:35:33 -05:00
rb-loader.c Add DeviceData to bootloaders 2024-09-02 13:29:43 -04:00
rb_namespace.c [Bugfix] ft_assemble_path extra slashes, Volume unmound double free 2024-03-29 10:27:03 -04:00
rectangle.c
strcasecmp.c
strcasestr.c [Bugfix] strcasestr 2024-12-31 23:06:08 -05:00
strlcat.c
strlcpy.c
strmemccpy.c
strnatcmp.c
strptokspn.c
timefuncs.c
ucl_decompress.c
unicode.c unicode: Explicitly set INT_MAX for unlimited utf8_size 2025-03-28 15:05:13 -04:00
version.c
vuprintf.c Convert non-ASCII characters to UTF-8 2024-12-15 21:16:12 -05:00
zip.c