1 matches found
Incorrect Bitwise Shift Operation in _validateCall Function
Lines of code Vulnerability details Impact Let's break down this part of the function: if returnedData.length 32 || bytes28bytes32returnedData 32 != bytes280 revert LSP20InvalidMagicValuepostCall, returnedData; This if statement is intended to do two things, as indicated by the two conditions...
6.9AI score
SaveExploits0
20