struct / isoalloc

A general purpose memory allocator that implements an isolation security strategy to mitigate memory safety issues while maintaining good performance
https://secure.dev
Apache License 2.0
362 stars 25 forks source link

Add mitigated bug classes in the security comparison #187

Open jvoisin opened 1 year ago

jvoisin commented 1 year ago

Currently, the security comparison document only lists security features, but it would be nice to list killed/mitigated/… bug classes and primitives, like:

Bonus for adding test cases in mimalloc-bench

jvoisin commented 1 year ago

Additional readings and materials:

struct commented 1 year ago

This is an interesting idea. Just like the feature comparison it will require a lot of nuance and links/documentation to support. I would also make it a separate table from the existing one.