Feature freeze and pending 1.1.3.

Rob Landley rob at landley.net
Wed May 17 04:11:38 UTC 2006


On Tuesday 16 May 2006 5:12 pm, Natanael Copa wrote:
> On Tue, 2006-05-16 at 11:10 -0400, Rob Landley wrote:
> > 2) Over in -stable land, there's been a pending patch to make 1.1.3 out
> > of for a week or so, see
> > "http://busybox.net/downloads/busybox-1.1.2.fixes.patch". Anybody got any
> > comments on this, or should I just cut a release?  (The less fix had
> > rejected hunks, so that'll have to wait for the new -devel.)
>
> I would like to have the 'readlink -f' segfault fixed too.
> Patch here: http://busybox.net/lists/busybox/2006-May/021100.html

Wrong fix.  If we're going with a fixed size buffer, we have a perfectly good 
bb_common_bufsiz1 lying around... :)

> I know there should be a bzero and bb_xzmalloc doing this, but thats
> probably not what we want in the stable branch since there are so many
> of the memset(..,0,...) out there.

Actually, I have an xzalloc() sitting in my tree, and I'm slowly migrating 
over references to calloc() and xcalloc() (one less argument) and some 
malloc/memset/bzero combinations...

A todo item.

> --
> Natanael Copa

Rob
-- 
Never bet against the cheap plastic solution.



More information about the busybox mailing list