Closed sderr closed 12 years ago
OK. I care for that in my "under work" commits. I currently change the way fid are managed (I want a Hash Table to be used instead of an array in the _9p_conn_t structure).
On Thu, 9 Aug 2012, Philippe DENIEL wrote:
OK. I care for that in my "under work" commits. I currently change the way fid are managed (I want a Hash Table to be used instead of an array in the _9p_conn_t structure).
Ok, thanks for the information.
Under some obscure circumstances the Linux client will issue several TCLUNK requests for the same fid. Check for it instead of segfault.
And while we are at it, check the fid on all requests (2nd commit).