-
Xing Zhang authored
The condition of for loop is set wrong, which might let pointer jump over the array boundary when the last 2 or 3 bytes in the array is a multibyte character, and cause buffer overflow. Reviewed-by:
Dag Wanvik <dag.wanvik@oracle.com>
Xing Zhang authoredThe condition of for loop is set wrong, which might let pointer jump over the array boundary when the last 2 or 3 bytes in the array is a multibyte character, and cause buffer overflow. Reviewed-by:
Dag Wanvik <dag.wanvik@oracle.com>
Loading