freebsd-ports/lang/ruby18/files/patch-process.c
Stanislav Sedov 889c289308 - Add a bunch of fixes and patchs from the upstream. These fixes a lot of
serious bugs, some of which can pose security-related problems.
- Bump up PORTREVISION.

Requested by:	many
2007-07-10 15:04:49 +00:00

10 lines
267 B
C

--- process.c.orig Tue Feb 13 02:01:19 2007
+++ process.c Wed May 23 02:32:16 2007
@@ -981,6 +981,7 @@
}
#endif /* MSDOS or __human68k__ or __EMX__ */
before_exec();
+ rb_thread_cancel_timer();
execv(prog, argv);
after_exec();
return -1;