diff options
| author | J. Bruce Fields <[email protected]> | 2012-11-14 10:48:05 -0500 |
|---|---|---|
| committer | J. Bruce Fields <[email protected]> | 2012-11-15 07:40:32 -0500 |
| commit | 621eb19ce1ec216e03ad354cb0c4061736b2a436 (patch) | |
| tree | 57767888ba129e174a61398451a8ad405fd2028a /tools/perf/scripts/python | |
| parent | 2b4cf668a7b8f84182a35f07152d8b6f012629d2 (diff) | |
svcrpc: Revert "sunrpc/cache.h: replace simple_strtoul"
Commit bbf43dc888833ac0539e437dbaeb28bfd4fbab9f "sunrpc/cache.h: replace
simple_strtoul" introduced new range-checking which could cause get_int
to fail on unsigned integers too large to be represented as an int.
We could parse them as unsigned instead--but it turns out svcgssd is
actually passing down "-1" in some cases. Which is perhaps stupid, but
there's nothing we can do about it now.
So just revert back to the previous "sloppy" behavior that accepts
either representation.
Cc: [email protected]
Reported-by: Sven Geggus <[email protected]>
Signed-off-by: J. Bruce Fields <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions