This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/5010] sunrpc service cleanup causes unwanted port mapper traffic


https://sourceware.org/bugzilla/show_bug.cgi?id=5010

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |fweimer at redhat dot com
         Resolution|FIXED                       |---

--- Comment #2 from Florian Weimer <fweimer at redhat dot com> ---
The change in commit 718946816cf60374f9d8f674d3ed649fdb33205a has no effect
because of two bugs which cancel each other out: The svc_is_mapped condition is
inverted, and svc_is_mapped always returns false because the check is performed
after the service has already been unregistered.  As a result, pmap_unset is
called unconditionally, as before.

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]