Source: pam-python
Version: 1.0.6-1
Severity: serious
Tags: buster sid
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/pam-python.html
...
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes
-fno-strict-aliasing -Wall -Wextra -Wundef -Wshadow -Wpointer-arith
-Wbad-function-cast -Wsign-compare -Waggregate-return -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Werror -I/usr/local/lib/
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DLIBPYTHON_SO="libpython2.7.so.1.0"
-I/usr/include/python2.7 -c pam_python.c -o
build/temp.linux-x86_64-2.7/pam_python.o
pam_python.c: In function 'call_handler':
pam_python.c:2229:19: error: argument 1 null where non-null expected
[-Werror=nonnull]
if (dot != 0 || strcmp(dot, ".py") == 0)
^~~~~~~~~~~~~~~~~~
In file included from /usr/include/security/_pam_macros.h:13:0,
from pam_python.c:33:
/usr/include/string.h:136:12: note: in a call to function 'strcmp' declared here
extern int strcmp (const char *__s1, const char *__s2)
^~~~~~
cc1: all warnings being treated as errors