commit | a9c380db3b8c6af19546a68145c8d1438a09c92b | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Apr 28 16:08:14 2014 +0300 |
committer | Juan Quintela <quintela@redhat.com> | Mon May 05 22:15:03 2014 +0200 |
tree | f3f2b25a8591bbc8e9cfcdfdfccc291b88f6ffa2 | |
parent | 767adce2d9cd397de3418caa16be35ea18d56f22 [diff] |
ssi-sd: fix buffer overrun on invalid state load CVE-2013-4537 s->arglen is taken from wire and used as idx in ssi_sd_transfer(). Validate it before access. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>