OSDN Git Service

android-x86/external-exfat.git
9 years agoFix integer underflow in compare_char().
relan [Mon, 28 Sep 2009 08:45:26 +0000 (08:45 +0000)]
Fix integer underflow in compare_char().

9 years agoRemove char substraction from compare_name().
relan [Mon, 28 Sep 2009 08:40:30 +0000 (08:40 +0000)]
Remove char substraction from compare_name().

Char comparison logic must be in compare_char().

9 years agoReturn error if entry type is unrecognized.
relan [Fri, 18 Sep 2009 16:00:29 +0000 (16:00 +0000)]
Return error if entry type is unrecognized.

9 years agoAdd check for label entry.
relan [Thu, 17 Sep 2009 19:16:25 +0000 (19:16 +0000)]
Add check for label entry.

9 years agoAdd checks for clusters bitmap entry.
relan [Thu, 17 Sep 2009 19:07:45 +0000 (19:07 +0000)]
Add checks for clusters bitmap entry.

9 years agoUse exfat_read_raw() to read upcase table.
relan [Thu, 17 Sep 2009 18:58:24 +0000 (18:58 +0000)]
Use exfat_read_raw() to read upcase table.

This eliminates initialization of node structure on upcase table reading.

9 years agoAdd check of malloc() return value.
relan [Thu, 17 Sep 2009 18:50:06 +0000 (18:50 +0000)]
Add check of malloc() return value.

9 years agoInitial code drop.
relan [Mon, 14 Sep 2009 18:44:13 +0000 (18:44 +0000)]
Initial code drop.