Aurelien Jarno pushed to branch upstream at GNU Libc Maintainers / libnss-nis


Commits:
0859a43a by Thorsten Kukuk at 2019-07-30T13:30:42+02:00
Fix typo

- - - - -
a27fdc30 by Aurelien Jarno at 2020-08-19T22:10:30+02:00
nss_loader-test.c: update the FSF address in the header

- - - - -
8dcf276a by Thorsten Kukuk at 2021-02-15T10:17:20+01:00
Merge pull request #10 from aurel32/master

nss_loader-test.c: update the FSF address in the header
- - - - -
f5f7fd5c by Thorsten Kukuk at 2023-06-29T16:27:30+02:00
Do not call malloc_usable_size

This is a namespace violation, and interposed malloc implementations
are not required to interpose malloc_usable_size [bsc#1207551].

- - - - -
cd0d391a by Thorsten Kukuk at 2023-06-30T10:28:57+02:00
Release version 3.2

- - - - -
f062d8e4 by Thorsten Kukuk at 2025-08-27T09:36:01+02:00
Remove nis-publickey.c

There is no consumer of publickey/secretkey/netname functions
left, so remove them.

- - - - -
9a5fb67b by Thorsten Kukuk at 2025-08-27T09:46:26+02:00
Update autoconf files

- - - - -
d1419529 by Thorsten Kukuk at 2025-08-27T09:50:23+02:00
Release version 3.3

- - - - -
09f6be48 by Ondřej Sloup at 2025-08-27T10:01:35+02:00
fix: Leak in nis-initgroups.c:_nss_nis_initgroups_dyn()

Fix the memory leak in function 'nis-initgroups.c:_nss_nis_initgroups_dyn'. 
This is done by making the 'tmpbuf'  initialize to NULL and then freeing it in 
the 'done'. We also need to fix the possible memory leak on 'realloc' when the 
function 'realloc' fails with the check. This will leak as the previous pointer 
'tmpbuf' was called 'realloc' on, and the pointer with the memory was lost (not 
freed), and the pointer is set to NULL. We introduce a new variable that we 
check before the assignment.

- - - - -
3c206b76 by Thorsten Kukuk at 2025-08-27T10:03:40+02:00
Release version 3.4

- - - - -
dc99aa1d by Aurelien Jarno at 2026-06-01T23:32:10+02:00
New upstream version 3.4
- - - - -


27 changed files:

- INSTALL
- Makefile.in
- NEWS
- aclocal.m4
- compile
- config.guess
- config.h.in
- config.sub
- configure
- configure.ac
- depcomp
- install-sh
- ltmain.sh
- m4/libtool.m4
- m4/ltoptions.m4
- m4/ltsugar.m4
- m4/ltversion.m4
- m4/lt~obsolete.m4
- missing
- src/Makefile.am
- src/Makefile.in
- src/libnss_nis.map
- src/nis-initgroups.c
- src/nis-netgrp.c
- − src/nis-publickey.c
- src/nss_loader-test.c
- test-driver


View it on GitLab: 
https://salsa.debian.org/glibc-team/libnss-nis/-/compare/466a079a1a1e0c71a2cbb9cfa47922b65af8ff47...dc99aa1d9f2e8c757044a8fb539a806653facdba

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/libnss-nis/-/compare/466a079a1a1e0c71a2cbb9cfa47922b65af8ff47...dc99aa1d9f2e8c757044a8fb539a806653facdba
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