Frank Filz
Frank Filz
Paul - what is your estimate on being able to complete this?
It's expecting a check for some upper limit. The protocol doesn't specify such a limit, we could just choose something arbitrarily large or research if anything has a limit on...
inline_xdr_u_int is a general int XDR function, so you can't range check it. You need to range check each int that is used for an array size.
We fixed some of these, what is left outstanding?
Bump to keep on page 1
ntirpc is an improvement of tirpc to fully support a multi-threaded server with an attempt at fairness among clients, support for non-blocking responses, and async/non-blocking request processing.
There is definitely a larger issue of documentation... See #260 for some issues with the man page We should maybe properly document ntirpc from a good abstract to some lower...
> > ntirpc is an improvement of tirpc to fully support a multi-threaded server with an attempt at fairness among clients, support for non-blocking responses, and async/non-blocking request processing. >...
> So, if I have a program was linked against ntirpc, it is not guaranteed the program can be linked against tirpc , right? Correct. Also, please leave this issue...