Bug 7022 - Add timeout to rpc call to prevent infinite loop.
Summary: Add timeout to rpc call to prevent infinite loop.
Status: NEW
Alias: None
Product: Samba 3.4
Classification: Unclassified
Component: Winbind (show other bugs)
Version: unspecified
Hardware: All Linux
: P3 normal
Target Milestone: ---
Assignee: Michael Adam
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-06 00:48 UTC by Bo Yang
Modified: 2010-03-04 06:59 UTC (History)
0 users

See Also:


Attachments
patch for 3.4 (10.31 KB, patch)
2010-01-06 00:49 UTC, Bo Yang
jmcd: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bo Yang 2010-01-06 00:48:27 UTC
When network is down but tcp connection is ok, send is ok but select on writeable fds results in loop forever. Because there is no response as network is down. should add a timer to timeout the rpc request..
Comment 1 Bo Yang 2010-01-06 00:49:46 UTC
Created attachment 5140 [details]
patch for 3.4