Sven Wegener wrote:
> On Fri, 22 Jan 2010, Sven Wegener wrote:
>
>
>> the capabilities list contains a terminating NULL entry and looping over
>> all entries by index results in a segfault on the last entry, if the
>> capability in the config is invalid. switch to looping by pointer like
>> the
On Fri, 22 Jan 2010, Sven Wegener wrote:
> the capabilities list contains a terminating NULL entry and looping over
> all entries by index results in a segfault on the last entry, if the
> capability in the config is invalid. switch to looping by pointer like
> the mount option code does.
Oops, i
the capabilities list contains a terminating NULL entry and looping over
all entries by index results in a segfault on the last entry, if the
capability in the config is invalid. switch to looping by pointer like
the mount option code does.
Signed-off-by: Sven Wegener
---
src/lxc/conf.c | 10 +