Re: CVS commit: src/bin/csh

2024-04-25 Thread nia
On Thu, Apr 25, 2024 at 12:06:07AM +0200, Thomas Klausner wrote:
> On Wed, Apr 24, 2024 at 03:46:20PM +, Nia Alarie wrote:
> > Module Name:src
> > Committed By:   nia
> > Date:   Wed Apr 24 15:46:20 UTC 2024
> > 
> > Modified Files:
> > src/bin/csh: alloc.c extern.h
> > 
> > Log Message:
> > csh: add a reallocarray function for using inside csh
> 
> Why not use reallocarray(3) directly?
>  Thomas

csh has its own error handling for allocation failures and I don't
want to break that.

If I was going to add error checking for NULL everywhere I'd rather
use reallocarr


Re: CVS commit: src/bin/csh

2024-04-24 Thread Thomas Klausner
On Wed, Apr 24, 2024 at 03:46:20PM +, Nia Alarie wrote:
> Module Name:  src
> Committed By: nia
> Date: Wed Apr 24 15:46:20 UTC 2024
> 
> Modified Files:
>   src/bin/csh: alloc.c extern.h
> 
> Log Message:
> csh: add a reallocarray function for using inside csh

Why not use reallocarray(3) directly?
 Thomas