mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
Type signedness is undefined for char. char may actually be unsigned for some CPUs. This fixes various bugs on ARM, for example negative array indices. Signed-off-by: Marcel Denia <naoir@gmx.net>