[SSSD] [PATCH] Fixes #861 remove select()

Simo Sorce simo at redhat.com
Tue May 3 16:19:21 UTC 2011


We were erroneously using select() in the client code. This code can run
in arbitrary apps and using select() means we can cause memory
corruption in the calling application.

Use poll() instead.

Simo.

-- 
Simo Sorce * Red Hat, Inc * New York
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-clients-use-poll-instead-of-select.patch
Type: text/x-patch
Size: 2206 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/sssd-devel/attachments/20110503/63193c41/attachment.bin>


More information about the sssd-devel mailing list