Comment 2 for bug 1849052

Revision history for this message
Tatsunori Uchino (tats-u) wrote :

Line #33 in `/usr/share/nslcd-utils/shells.py` causes the problem.

ctypes.c_char_p(libc.getusershell()) -> OK
ctypes.c_char_p(libc.getusershell()).value -> SEGFAULT!