https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246983
Brooks Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Brooks Davis <[email protected]> --- In CheriBSD's cheri-purecap-kernel branch (https://github.com/CTSRD-CHERI/cheribsd/tree/cheri-purecap-kernel) we have a modification that reduces this to a single pointer to a structure holding the other pointers. In our case this is because the in-kernel use includes too many pointers to fit when you blow them up to 128-bit. This doesn't address the leakage issues, but might be a place to start from. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
