mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
77e5fe8f17
The first validation check for EVT_TRANSACTION has two different checks
tied together with logical AND. One is a check for minimum packet length,
and the other is for a valid aid_tag. If either condition is true (fails),
then an error should be triggered. The fix is to change && to ||.
Fixes:
|
||
---|---|---|
.. | ||
core.c | ||
dep.c | ||
i2c.c | ||
Kconfig | ||
Makefile | ||
se.c | ||
st21nfca.h | ||
vendor_cmds.c |