[LTP] [PATCH 1/2] SAFE_MACROS: Add SAFE_GETGRNAM()

Cyril Hrubis chrubis@suse.cz
Mon Mar 26 15:39:31 CEST 2018


Hi!
> > +#define SAFE_GETGRNAM(cleanup_fn, name) \
> > +	safe_getgrnam(__FILE__, __LINE__, cleanup_fn, (name))
> Can you please sort it alphabetically (i.e. put SAFE_GETGRNAM() before SAFE_GETPWNAM())?
> 
> @Cyril: Do we want to change also safe_macros.h ?

We are not supposed to add anything into oldlib safe macros, the old
library is in a maintenance mode, only bugfixes should go there, no new
functionality.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list