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 <l...@freebsd.org>

_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to