[Mesa-dev] [PATCH] util/ralloc: set prev-pointers correctly in ralloc_adopt

2017-09-04 Thread Nicolai Hähnle
From: Nicolai Hähnle Found by inspection. I'm not aware of any actual failures caused by this, but a precise sequence of ralloc_adopt and ralloc_free should be able to cause problems. --- src/util/ralloc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/util/ralloc.c

Re: [Mesa-dev] [PATCH] util/ralloc: set prev-pointers correctly in ralloc_adopt

2017-09-04 Thread Eric Engestrom
On Monday, 2017-09-04 14:06:30 +0200, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Found by inspection. > > I'm not aware of any actual failures caused by this, but a precise > sequence of ralloc_adopt and ralloc_free should be able to cause > problems. > --- > src/util/ralloc.c | 4 +++- >