> Hi! > > SAFE_MUNMAP should be called always, even if *run_child == 0 (which happens if run() completed successfully). > This is actually if (run_child) not if (*run_child) and it fixes the > case where the test is skipped even before the run_child has been > mmaped. Yes, that's needed for tmpfs. Kind regards, Petr