iconv: fix missing bounds checking for shift_jis decoding
[musl.git] / src / ctype / __ctype_get_mb_cur_max.c
blob8e946fc12bcfcf17ebe672e13ab05b163b242f5b
1 #include <stdlib.h>
2 #include "locale_impl.h"
4 size_t __ctype_get_mb_cur_max()
6 return MB_CUR_MAX;