fixed clang --analyze warnings

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@780 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2012-04-24 12:10:44 +00:00
parent 6394a961c2
commit 78fd66c8b5
3 changed files with 16 additions and 13 deletions

View File

@@ -202,7 +202,7 @@ IFDHTransmitToICC (DWORD Lun, SCARD_IO_HEADER SendPci, PUCHAR TxBuffer,
(*RxLength) = size;
/* Flawfinder: ignore */
RxBuffer = memcpy(RxBuffer, rapdu, size);
memcpy(RxBuffer, rapdu, size);
free(rapdu);
RecvPci->Protocol = 1;