commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] aio: Fix freeing memory


From: Samuel Thibault
Subject: Re: [PATCH] aio: Fix freeing memory
Date: Wed, 12 Apr 2023 20:06:46 +0200
User-agent: NeoMutt/20170609 (1.8.3)

Adhemerval Zanella Netto, le mer. 12 avril 2023 09:39:00 -0300, a ecrit:
> On 11/04/23 19:15, Samuel Thibault wrote:
> > The content of the pool array is initialized only until pool_size,
> > pointers between pool_size and pool_max_size were not initialized by the
> > realloc call in get_elem so they should not be freed.
> > 
> > This fixes aio tests crashing at their termination on GNU/Hurd.
> 
> LGTM, thanks.
> 
> Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

Pushed, thanks!

Ah, only then I realize that I should have added your review tag, sorry!

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]