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

src/socket_handle.c: Assign new buffer len to buf_len before returning. #8

Closed the-maldridge closed 5 years ago

the-maldridge commented 5 years ago

This commit fixes a bug that causes musl-nscd to hang during queries to group information instead of returning with an error. There are other errors in the same module, but this fixes the most immediate bug.