public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
* probable big in nfs-utils
@ 2024-10-04 18:14 Charles Hedrick
  2024-10-04 19:54 ` Steve Dickson
  0 siblings, 1 reply; 13+ messages in thread
From: Charles Hedrick @ 2024-10-04 18:14 UTC (permalink / raw)
  To: linux-nfs@vger.kernel.org

While looking into a problem that turns out to be somewhere else, I noticed that in gssd_proc.c , getpwuid is used. The context is threaded, and I verified with strace that the thread is sharing memory with other threads. I believe this should be changed to getpwuid_r. Similarly the following call to getpwnam.

Is this the right place for reports on nfs-utils?


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-10-23  0:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-04 18:14 probable big in nfs-utils Charles Hedrick
2024-10-04 19:54 ` Steve Dickson
2024-10-05  2:41   ` Ian Kent
2024-10-05  2:47     ` Ian Kent
2024-10-05  2:52       ` Ian Kent
2024-10-05  2:58       ` Ian Kent
2024-10-06 12:43         ` Steve Dickson
2024-10-06 23:53           ` Ian Kent
2024-10-18 13:10             ` Steve Dickson
2024-10-18 23:19               ` Ian Kent
2024-10-19 12:40                 ` Steve Dickson
2024-10-21  0:46                   ` Ian Kent
2024-10-23  0:51                     ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox