Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2010 22:58:07 +0400
From:      Lev Serebryakov <lev@FreeBSD.org>
To:        Buganini <buganini@gmail.com>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: Parallelized scripting
Message-ID:  <1876849853.20100927225807@serebryakov.spb.ru>
In-Reply-To: <AANLkTikypqW9DKK6qmM0LNWB9GVTs8BDrRsDpE5L4wPU@mail.gmail.com>
References:  <AANLkTikypqW9DKK6qmM0LNWB9GVTs8BDrRsDpE5L4wPU@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello, Buganini.
You wrote 27 =D1=81=D0=B5=D0=BD=D1=82=D1=8F=D0=B1=D1=80=D1=8F 2010 =D0=B3.,=
 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.

--=20
// Black Lion AKA Lev Serebryakov <lev@FreeBSD.org>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1876849853.20100927225807>