fork() to exec
 
  • Most programs fork() to exec()

  • Lazy programmers modify the stack and heap

  • We can't just let the caller's data get trashed... can we?
  • ucLinux hack

Prev   Next
fork() :: fork() to exec
11