RE: [PATCH] Fix removing of df problem in df_finish_pass

2015-03-02 Thread Thomas Preud'homme
> From: Bernhard Reutner-Fischer [mailto:rep.dot@gmail.com] > Sent: Saturday, February 28, 2015 4:00 AM > > use df_remove_problem rather than manually removing problems, > living > > leaving Indeed. Please find updated changelog below: 2015-03-03 Thomas Preud'homme * df-core.c

Re: [PATCH] Fix removing of df problem in df_finish_pass

2015-02-27 Thread Bernhard Reutner-Fischer
On February 27, 2015 12:42:43 PM GMT+01:00, Thomas Preud'homme wrote: >Hi, > >In df_finish_pass, optional problems are removed manually making non >null >entries in df->problems_in_order non contiguous. This may lead to null >pointer >dereference when accessing all problems from df->problems_in_o