Re: [PATCH 1/3] softmmu: Assert data in bounds in iotlb_to_section

2023-08-27 Thread Alex Bennée
Richard Henderson writes: > Suggested-by: Alex Bennée > Signed-off-by: Richard Henderson > --- > softmmu/physmem.c | 10 -- > 1 file changed, 8 insertions(+), 2 deletions(-) > > diff --git a/softmmu/physmem.c b/softmmu/physmem.c > index 3df73542e1..7597dc1c39 100644 > --- a/softmmu/p

[PATCH 1/3] softmmu: Assert data in bounds in iotlb_to_section

2023-08-26 Thread Richard Henderson
Suggested-by: Alex Bennée Signed-off-by: Richard Henderson --- softmmu/physmem.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/softmmu/physmem.c b/softmmu/physmem.c index 3df73542e1..7597dc1c39 100644 --- a/softmmu/physmem.c +++ b/softmmu/physmem.c @@ -2413,9 +24