commit | 0e3b800e71cb7759d099eabbd8ad4c4fe848e381 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Wed Nov 09 18:59:54 2011 +0000 |
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Thu Nov 10 12:29:50 2011 +0000 |
tree | 73c7d14b6e698911e9bb21720cb0ad1157355ba2 | |
parent | 04c5b17a74c9d6c309181079f8949665b43b0164 [diff] |
hw/lan9118.c: Add missing 'break' to fix buffer overrun Add a missing 'break' statement to fix a buffer overrun when executing the EEPROM write-all command. Spotted by Coverity (see bug 887883). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>