Hi Pieter,

On Thu, Nov 05, 2015 at 08:21:26PM +0100, PiBa-NL wrote:
> >I encounter an easy compilation error. So can you test the two attached
> >patches. The first one fix the compilation issue, and the second one
> >fix he segfault.
> First patch removes the warning below though it always build fine as far 
> as i could tell. Anyway less warnings is better.

Yes definitely. No warning is the goal unless we really have no other
option. I don't have a single warning on my builds and that helps me
a lot to spot issues I introduce during backports.

> include/common/mini-clist.h:114:9: warning: 'LIST_PREV' macro redefined
> #define LIST_PREV(lh, pt, el) (LIST_ELEM((lh)->p, pt, el))
> 
> Second patch i confirm fixes the core dump.

Great, thanks for this useful report. I've thus merged the patches
into 1.7 and 1.6.

Cheers,
Willy


Reply via email to