Closed stoeckmann closed 1 week ago
Synchronize character checks with libkmod-index.c. 8-bit ASCII chars would turn negative (due to signed char), which index__checkstring does not properly check for.
Fixes segmentation fault observed in https://github.com/kmod-project/kmod/issues/26
All modified and coverable lines are covered by tests :white_check_mark:
57.52% <100.00%> (ø)
🚨 Try these New Features:
Applied, thanks
Synchronize character checks with libkmod-index.c. 8-bit ASCII chars would turn negative (due to signed char), which index__checkstring does not properly check for.
Fixes segmentation fault observed in https://github.com/kmod-project/kmod/issues/26