[Bugs] [Bug 1559794] weighted-rebalance

bugzilla at redhat.com bugzilla at redhat.com
Thu May 3 12:09:40 UTC 2018


https://bugzilla.redhat.com/show_bug.cgi?id=1559794

Raghavendra G <rgowdapp at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |rgowdapp at redhat.com
          Component|tests                       |rpc



--- Comment #41 from Raghavendra G <rgowdapp at redhat.com> ---
Encoding of readdir response is a recursive function. The depth of the stack is
directly proportional to the number of dentries in a readdir response. So, it
can result in stack overflow if readdir happen to have too many dentries. A
safer alternative would be to make this function iterative.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list