pikhq / musl-nscd

Musl-nscd is an implementation of the NSCD protocol, suitable for use with musl and with standard NSS modules
Other
46 stars 14 forks source link

Fix possible null pointer deref in nss_getkey. #24

Closed ericonr closed 3 years ago

ericonr commented 3 years ago

If allocating the initial list of groups fails, we should return an error instead of passing a NULL pointer to the function.