Submitted by 0x1f8b, also found by alan724
BytesUtils.sol#L115-L127
equals with offset might return true when equals without offset returns false.
The problem is that self.length could be greater than other.length + offset, it should be ==, or it should contain a length argument.
Here you have an example of the failure:
makoto (ENS) confirmed
