Aurelien Jarno pushed to branch upstream at GNU Libc Maintainers / libnsl
Commits: d6056e92 by Robbie Harwood at 2021-08-02T12:07:22-04:00 nisplus: Fix leak on realloc failure in nis_getnames If pos >= count but realloc fails, tmp will not have been placed in getnames[pos] yet, and so will not be freed in free_null. Detected by Coveriy. Also remove misleading comment from nis_getnames(), since it actually did properly release getnames when out of memory. Corresponds to glibc commit 60698263122b7c54ded3f70a466176e17a529480 Signed-off-by: Robbie Harwood <[email protected]> - - - - - 13ac5baf by Thorsten Kukuk at 2021-08-05T16:52:08+02:00 Merge pull request #15 from frozencemetery/leak nisplus: Fix leak on realloc failure in nis_getnames - - - - - 99113995 by Thorsten Kukuk at 2021-08-16T12:10:09+02:00 Remove NIS+ support, bump soversion to 3 - - - - - 7d01ff95 by Thorsten Kukuk at 2021-08-16T13:09:51+02:00 Use autopoint instead of gettextize (#13) - - - - - 82245c0c by Thorsten Kukuk at 2021-08-16T13:14:12+02:00 Release version 2.0.0 - - - - - 74c9cdf0 by Thorsten Kukuk at 2021-08-16T13:28:44+02:00 Remove NIS+ from README - - - - - 62e283b5 by Alfred Wingate at 2023-10-10T09:56:53+02:00 Remove unused internal symbols from libnsl.map * Initially added in 9b521d32fedc1c6cc760b3bca9a56fd4b25a7f5f. * But symbols were removed in 99113995464fae4dc19c745e9f7a163cf0da5d13. * xdr_ypcall was specifically added to the file in 7199c1d2d8511a31ca0209a1690f6338627ea43a, but the symbol wasn't defined at the time either. Signed-off-by: Alfred Wingate <[email protected]> - - - - - 0fd7a904 by Thorsten Kukuk at 2023-10-12T09:17:51+02:00 Add github actions - - - - - 9346c533 by Thorsten Kukuk at 2023-10-12T09:24:32+02:00 CI: remove unsupported configure options - - - - - d4b22e54 by Thorsten Kukuk at 2023-10-13T10:59:30+02:00 Release version 2.0.1 - - - - - bf625cee by Aurelien Jarno at 2026-05-28T21:09:23+02:00 New upstream version 2.0.1 - - - - - 62 changed files: - Makefile.in - NEWS - README - aclocal.m4 - compile - config.guess - config.rpath - config.sub - configure - configure.ac - depcomp - install-sh - missing - po/libnsl.pot - src/Makefile.am - src/Makefile.in - src/libnsl.map - − src/nisplus/nis_add.c - − src/nisplus/nis_addmember.c - − src/nisplus/nis_call.c - − src/nisplus/nis_callback.c - − src/nisplus/nis_checkpoint.c - − src/nisplus/nis_clone_dir.c - − src/nisplus/nis_clone_obj.c - − src/nisplus/nis_clone_res.c - − src/nisplus/nis_creategroup.c - − src/nisplus/nis_defaults.c - − src/nisplus/nis_destroygroup.c - − src/nisplus/nis_domain_of.c - − src/nisplus/nis_domain_of_r.c - − src/nisplus/nis_error.c - − src/nisplus/nis_file.c - − src/nisplus/nis_findserv.c - − src/nisplus/nis_free.c - − src/nisplus/nis_getservlist.c - − src/nisplus/nis_intern.h - − src/nisplus/nis_ismember.c - − src/nisplus/nis_local_names.c - − src/nisplus/nis_lookup.c - − src/nisplus/nis_mkdir.c - − src/nisplus/nis_modify.c - − src/nisplus/nis_ping.c - − src/nisplus/nis_print.c - − src/nisplus/nis_print_group_entry.c - − src/nisplus/nis_remove.c - − src/nisplus/nis_removemember.c - − src/nisplus/nis_rmdir.c - − src/nisplus/nis_server.c - − src/nisplus/nis_subr.c - − src/nisplus/nis_table.c - − src/nisplus/nis_util.c - − src/nisplus/nis_verifygroup.c - − src/nisplus/nis_xdr.c - − src/nisplus/nis_xdr.h - − src/rpcsvc/nis.h - − src/rpcsvc/nis.x - − src/rpcsvc/nis_callback.h - − src/rpcsvc/nis_callback.x - − src/rpcsvc/nis_object.x - − src/rpcsvc/nis_tags.h - − src/rpcsvc/nislib.h - src/yp_get_default_domain.c View it on GitLab: https://salsa.debian.org/glibc-team/libnsl/-/compare/5736a118d67c544ee299269e8e044fa9d103f41a...bf625cee205040562c51eadb24992bafa8ff41cc -- View it on GitLab: https://salsa.debian.org/glibc-team/libnsl/-/compare/5736a118d67c544ee299269e8e044fa9d103f41a...bf625cee205040562c51eadb24992bafa8ff41cc You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help

