----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1168/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 8974:bc9705db542b --------------------------- Syscalls: panic when the length argument to mmap is excessive. If the length argument to mmap is larger than the arbitrary but reasonable limit of 4GB, there's a good chance that the value is nonsense and not intentional. Rather than attempting to satisfy the mmap anyway, this change makes gem5 panic to make it more apparent what's going wrong. Diffs ----- src/sim/syscall_emul.hh d69afa89c2ee Diff: http://reviews.gem5.org/r/1168/diff/ Testing ------- Thanks, Gabe Black _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
