These patches fix two bugs: a NULL pointer dereference if the guest does something wrong (reported a few years back as issue #1851), and a sanitizer complaint about unaligned accesses that I noticed while reproducing the first bug.
thanks -- PMM Peter Maydell (2): hw/net/rocker_of_dpa: Check group ID pointers are not NULL hw/net/rocker_of_dpa: Avoid unaligned accesses in _of_dpa_flow_match() hw/net/rocker/rocker_of_dpa.c | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) -- 2.43.0
