Aurelien Jarno pushed to branch master 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
- - - - -
bbd87378 by Aurelien Jarno at 2026-05-28T21:09:24+02:00
Update upstream source from tag 'upstream/2.0.1'

Update to upstream version '2.0.1'
with Debian dir dd2d7b29da5020d3306dd11eb85bb52646ae42d2
- - - - -
30645aff by Aurelien Jarno at 2026-05-28T21:09:24+02:00
New upstream release

- - - - -
06ef407f by Aurelien Jarno at 2026-05-28T21:15:36+02:00
Drop patch applied upstream

- - - - -
550bb2ce by Aurelien Jarno at 2026-05-28T21:30:37+02:00
Rename libnsl2 into libnsl3 following upstream soname bump

- - - - -
2994cc2f by Aurelien Jarno at 2026-05-28T21:37:47+02:00
Update symbols file

- - - - -
a67e4b74 by Aurelien Jarno at 2026-05-28T22:13:02+02:00
Update debian/copyright

- - - - -
83be93c2 by Aurelien Jarno at 2026-06-01T20:07:30+02:00
Update package description following removal of NIS+ support

- - - - -
fbf7eea9 by Aurelien Jarno at 2026-06-01T20:25:01+02:00
Add a debian/NEWS file describing the NIS+ removal

- - - - -
e4544e27 by Aurelien Jarno at 2026-06-01T20:39:19+02:00
releasing package libnsl version 2.0.1-1

- - - - -


71 changed files:

- Makefile.in
- NEWS
- README
- aclocal.m4
- compile
- config.guess
- config.rpath
- config.sub
- configure
- configure.ac
- + debian/NEWS
- debian/changelog
- debian/control
- debian/copyright
- − debian/libnsl2.symbols
- debian/libnsl2.install → debian/libnsl3.install
- + debian/libnsl3.symbols
- − debian/patches/gettext-1.0.patch
- − debian/patches/series
- 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/26f0d82204f25ff004d9a84ecf95e606b06bfc76...e4544e273f220c003dbee538bfd0833fd51594f6

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/libnsl/-/compare/26f0d82204f25ff004d9a84ecf95e606b06bfc76...e4544e273f220c003dbee538bfd0833fd51594f6
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


Reply via email to