Re: segfault bb_make_directory + dirname with musl

2016-11-30 Thread Denys Vlasenko
On Wed, Nov 30, 2016 at 3:46 AM, Daniel Sabogal wrote: > The following commands cause busybox to segfault on musl-based systems. > > $ install -D a / > $ install -D a /b > $ install -D a /b/ > > This happens because the code in > >

[PATCH] libiproute: handle table ids larger than 255

2016-11-30 Thread Lukasz Nowak
From: Lukasz Nowak Linux kernel, starting from 2.6.19 allows ip table ids to have 32-bit values. In order to preserve compatibility, the old 8-bit field: rtm_table is still in use when table id is lower than 256. Add support for the 32-bit table id (RTA_TABLE attribute) in: