Paolo Bonzini
141af038dd
bt: rewrite csrhci_write to avoid out-of-bounds writes
...
The usage of INT_MAX in this function confuses Coverity. I think
the defect is bogus, however there is no protection against
getting more than sizeof(s->inpkt) bytes from the character device
backend.
Rewrite the function to only fill in as much data as needed from
buf into s->inpkt. The plen variable is replaced by a simple
state machine and there is no need anymore to shift contents to
the beginning of s->inpkt.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2016-05-29 09:11:11 +02:00
..
2016-05-18 15:04:27 +03:00
2016-05-19 16:42:28 +02:00
2016-05-19 16:42:27 +02:00
2016-05-20 14:28:54 -03:00
2016-05-19 16:42:29 +02:00
2016-05-25 19:04:11 +02:00
2016-05-29 09:11:11 +02:00
2016-05-29 09:11:10 +02:00
2016-05-26 14:06:41 +01:00
2016-05-19 16:42:27 +02:00
2016-05-29 09:11:10 +02:00
2016-05-23 14:28:25 +02:00
2016-05-19 16:42:29 +02:00
2016-05-19 16:42:30 +02:00
2016-05-19 16:42:29 +02:00
2016-05-23 13:19:36 -03:00
2016-05-25 19:04:11 +02:00
2016-05-19 16:42:29 +02:00
2016-05-23 16:53:43 +02:00
2016-05-18 15:04:27 +03:00
2016-03-22 22:20:15 +01:00
2016-05-19 16:42:27 +02:00
2016-05-29 09:11:10 +02:00
2016-03-22 22:20:17 +01:00
2016-03-22 22:20:15 +01:00
2016-03-22 22:20:17 +01:00
2016-05-19 16:42:27 +02:00
2016-05-19 16:42:29 +02:00
2016-03-22 22:20:17 +01:00
2016-05-27 09:40:23 +10:00
2016-05-20 14:28:54 -03:00
2016-03-22 22:20:17 +01:00
2016-05-18 15:04:27 +03:00
2016-04-07 19:57:33 +03:00
2016-05-19 16:42:29 +02:00
2016-01-29 15:07:25 +00:00
2016-05-27 09:40:23 +10:00
2016-05-26 11:31:05 +05:30
2016-05-29 09:11:11 +02:00
2016-05-19 16:42:29 +02:00
2016-05-19 16:42:29 +02:00
2016-03-22 22:20:15 +01:00
2016-05-20 14:28:54 -03:00
2016-03-22 22:20:17 +01:00
2016-05-19 16:42:29 +02:00
2016-05-20 13:09:22 +01:00
2016-04-13 19:52:34 +03:00
2016-03-22 22:20:17 +01:00
2016-03-22 22:20:17 +01:00
2016-05-23 14:59:40 +02:00
2016-05-26 11:12:09 -06:00
2016-05-12 09:47:55 +02:00
2016-05-23 16:53:46 +02:00
2016-05-23 13:30:03 +02:00
2016-05-23 13:30:03 +02:00
2016-05-19 16:42:29 +02:00
2015-12-22 18:39:19 +02:00