shadow-maint / shadow

Upstream shadow tree
Other
290 stars 228 forks source link

lib/env.c: treat out of memory condition as error #978

Closed stoeckmann closed 4 months ago

stoeckmann commented 4 months ago

If not enough memory is available for more environment variables, treat it exactly like not enough memory for new environment variable content.

alejandro-colomar commented 4 months ago

Thanks! I'll merge.