This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nis/3559] unchecked malloc in glibc/sunrpc/svc_run.c


------- Additional Comments From csnook at redhat dot com  2006-11-22 08:13 -------
For that matter, using svc_max_pollfd as a sentinel like this is racy, and
should be replaced with a real sentinel whose value isn't used within the loop
it also controls.

Perhaps a better question would be whether anything actually calls svc_exit at
all.  It's not called anywhere in ypbind-mt, but I suppose other RPC services
might use it.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3559

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]