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
UNIX on Mungi :: fork()
38