Revision 9a93b2fa0ed8de66a9deb9106ce5ddc2a65d68f0 authored by Prasad J Pandit on 30 October 2018, 15:23:56 UTC, committed by Peter Maydell on 02 November 2018, 14:03:33 UTC
The high[31:28] bits of 'direction' and 'state' registers of
SA-1100/SA-1110 device are reserved. Setting them may lead to
OOB 's->handler[]' array access issue. Mask off [31:28] bits to
avoid it.

Reported-by: Moguofang <moguofang@huawei.com>
Signed-off-by: Prasad J Pandit <pjp@fedoraproject.org>
Message-id: 20181030114635.31232-1-ppandit@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
1 parent 22461bd
History
File Mode Size
Makefile.objs -rw-r--r-- 320 bytes
channel-buffer.c -rw-r--r-- 6.9 KB
channel-command.c -rw-r--r-- 10.6 KB
channel-file.c -rw-r--r-- 6.4 KB
channel-socket.c -rw-r--r-- 22.4 KB
channel-tls.c -rw-r--r-- 12.1 KB
channel-util.c -rw-r--r-- 1.1 KB
channel-watch.c -rw-r--r-- 8.7 KB
channel-websock.c -rw-r--r-- 41.5 KB
channel.c -rw-r--r-- 14.3 KB
dns-resolver.c -rw-r--r-- 7.9 KB
net-listener.c -rw-r--r-- 9.0 KB
task.c -rw-r--r-- 4.5 KB
trace-events -rw-r--r-- 5.1 KB

back to top