string: Fix overflow issue in strncmp-mte

If limit is near SIZE_MAX it can overflow in the mutually aligned path.
Fix this by clamping limit to SIZE_MAX.
1 file changed