1 matches found
finalizePendingNFTValue() May Lock an NFT Value Twice Overwriting The Previous Call
Lines of code Vulnerability details Impact If the same NFT index is locked more than once then the initial locker will lose their funds, they will not be recoverable. The function lockFor does not account for the case where the nftIndex is already in use. If this index is already in use...