Would a fork of Chromium that was restricted to MISRA-C/C++ offer any real security advantages? Would parts of Chromium be fundamentally incompatible with these standards? https://en.wikipedia.org/wiki/MISRA_C
I would think the MISRA rules against dynamic memory allocation would present serious difficulty if not fundamental incompatibility when trying to implement web standards.
However, it is not against the rules to launch another process with a static amount of declared memory, then access it over shmat().
This is cheating, but could it be safer?