On Wed, 12 Sep 2018 at 23:39, Walter Harms wrote:
>
>
>
> > Dave Airlie hat am 12. September 2018 um 03:40
> > geschrieben:
> >
> >
> > From: Dave Airlie
> >
> > Coverity complains about a use after free in here after the
> > freeing, I can't follow the linked list so well, but whot
> > says the
> Dave Airlie hat am 12. September 2018 um 03:40
> geschrieben:
>
>
> From: Dave Airlie
>
> Coverity complains about a use after free in here after the
> freeing, I can't follow the linked list so well, but whot
> says the device can only be on one list once, so break should
> fix it.
>
> S
On Wed, Sep 12, 2018 at 11:40:56AM +1000, Dave Airlie wrote:
> From: Dave Airlie
>
> Coverity complains about a use after free in here after the
> freeing, I can't follow the linked list so well, but whot
> says the device can only be on one list once, so break should
> fix it.
>
> Signed-off-by
From: Dave Airlie
Coverity complains about a use after free in here after the
freeing, I can't follow the linked list so well, but whot
says the device can only be on one list once, so break should
fix it.
Signed-off-by: Dave Airlie
---
dix/devices.c | 2 ++
1 file changed, 2 insertions(+)
di