Parallelized scripting

Lev Serebryakov lev at FreeBSD.org
Mon Sep 27 19:14:24 UTC 2010


Hello, Buganini.
You wrote 27 сентября 2010 г., 05:51:11:

> Hi, I just wrote a rough C program that may help to do parallelized
> scripting, for example, parallelized rc.d scripts.
> http://github.com/buganini/brackets
> in this way it is easy to use, no need to escape argv for multiple times.
> any comments are welcomed.
 Idea  is  interesting,  but  code...  My,  oh  my,  why  do  you  use
 fixed-length  arrays  of  arrays  of  pointers,  on  stack  in 2010?!

 4096 looks like very big number, but it is still finite, and could be
 exploitable.

-- 
// Black Lion AKA Lev Serebryakov <lev at FreeBSD.org>



More information about the freebsd-current mailing list