-
- Downloads
Fix lutil_memrchr():
Avoid void* pointer arithmetic. Convert int c to unsigned char, so c=<negative char value> will match. Do not decrement pointer below start of array (even when value is not used).
Please register or sign in to comment