Commit 79dad2d
committed
mctpd: fix mctp_ctrl_validate_response size check
Use strict less-than when validating the expected response size;
the check should reject only sizes strictly smaller than the minimum
response struct, not equal to it.
Signed-off-by: Nidhin MS <nidhin.ms@intel.com>1 parent 0e768f2 commit 79dad2d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1675 | 1675 | | |
1676 | 1676 | | |
1677 | 1677 | | |
1678 | | - | |
| 1678 | + | |
1679 | 1679 | | |
1680 | 1680 | | |
1681 | 1681 | | |
| |||
0 commit comments