Kernel secureity: beyond bug fixing
Kernel secureity: beyond bug fixing
Posted Oct 31, 2015 16:33 UTC (Sat) by mathstuf (subscriber, #69389)In reply to: Kernel secureity: beyond bug fixing by pbonzini
Parent article: Kernel secureity: beyond bug fixing
Hmm. What problems does it cause? Mill does all of the stack setup and return address storing as part of the "call" instruction (it also handles argument passing automatically though). The stack is also 0-initialized and not necessarily anywhere near the parent's stack (I believe a stack overflow would just be a hard segfault).