help wanted
倉庫指標
- 星標
- (34 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
According to pam(3)
The
libpaminterfaces are only thread-safe if each thread within the multithreaded application uses its own PAM handle.
Looks to me like the current implementation either is unsound due to violating libpam thread-safety requirements or relies on some internal libpam implementation details for soundness.