ehlo,
The functions strdup and strncmp are used in pam_test_client, but header file string.h was not included directly in this file. The header file string.h was indirectly included by the header file security/pam_client.h.
sh-4.2$ nm --undefined-only ./pam_test_client | grep -E "strdup|strncmp" U __strdup@@GLIBC_2.2.5 U strncmp@@GLIBC_2.2.5
patch is attached.
LS
On Sat, 2014-05-17 at 19:32 +0200, Lukas Slebodnik wrote:
ehlo,
The functions strdup and strncmp are used in pam_test_client, but header file string.h was not included directly in this file. The header file string.h was indirectly included by the header file security/pam_client.h.
sh-4.2$ nm --undefined-only ./pam_test_client | grep -E "strdup|strncmp" U __strdup@@GLIBC_2.2.5 U strncmp@@GLIBC_2.2.5
patch is attached.
LS
ACK
On Sun, 2014-05-18 at 05:29 +0200, Jakub Hrozek wrote:
On Sat, 2014-05-17 at 19:32 +0200, Lukas Slebodnik wrote:
ehlo,
The functions strdup and strncmp are used in pam_test_client, but header file string.h was not included directly in this file. The header file string.h was indirectly included by the header file security/pam_client.h.
sh-4.2$ nm --undefined-only ./pam_test_client | grep -E "strdup|strncmp" U __strdup@@GLIBC_2.2.5 U strncmp@@GLIBC_2.2.5
patch is attached.
LS
ACK
master: 654f1abaec4e26453cb88ef02a8a71ba9aea0026
On Sun, May 18, 2014 at 05:45:19AM +0200, Jakub Hrozek wrote:
On Sun, 2014-05-18 at 05:29 +0200, Jakub Hrozek wrote:
On Sat, 2014-05-17 at 19:32 +0200, Lukas Slebodnik wrote:
ehlo,
The functions strdup and strncmp are used in pam_test_client, but header file string.h was not included directly in this file. The header file string.h was indirectly included by the header file security/pam_client.h.
sh-4.2$ nm --undefined-only ./pam_test_client | grep -E "strdup|strncmp" U __strdup@@GLIBC_2.2.5 U strncmp@@GLIBC_2.2.5
patch is attached.
LS
ACK
master: 654f1abaec4e26453cb88ef02a8a71ba9aea0026
sssd-1-11: 1659171ed9585201df90003559884e070bd9cb69
sssd-devel@lists.fedorahosted.org