ChocolateLoverRaj/pam-any

Investigate and document thread safety requirements

開放

#3 建立於 2024年3月18日

 (3 則留言) (1 個反應) (1 位負責人)Rust (4 個分叉)auto 404
help wanted

倉庫指標

星標
 (34 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

According to pam(3)

The libpam interfaces 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.

貢獻者指南