Summary: | SIGBUS from "rpcinfo -m" | ||
---|---|---|---|
Product: | Base System | Reporter: | martin |
Component: | bin | Assignee: | Mark Johnston <markj> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | emaste, markj |
Priority: | --- | ||
Version: | 11.3-RELEASE | ||
Hardware: | Any | ||
OS: | Any |
Description
martin
2020-01-31 13:49:53 UTC
(In reply to martin from comment #0) I think you are right. It took me a minute to see what you're talking about since the indentation in that function is completely wrong. :( A commit references this bug: Author: markj Date: Wed Feb 5 16:10:09 UTC 2020 New revision: 357576 URL: https://svnweb.freebsd.org/changeset/base/357576 Log: Fix a use of an uninitialized pointer in xdr_rpcbs_rmtcalllist(). This appears to have been introduced in r173763. Also fix the confusing indentation that probably led to the bug in the first place. PR: 243759 Diagnosed by: martin@lispworks.com MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Changes: head/lib/libc/rpc/rpcb_st_xdr.c A commit references this bug: Author: markj Date: Wed Feb 19 16:17:51 UTC 2020 New revision: 358121 URL: https://svnweb.freebsd.org/changeset/base/358121 Log: MFC r357576: Fix a use of an uninitialized pointer in xdr_rpcbs_rmtcalllist(). PR: 243759 Changes: _U stable/12/ stable/12/lib/libc/rpc/rpcb_st_xdr.c A commit references this bug: Author: markj Date: Wed Feb 19 16:18:27 UTC 2020 New revision: 358122 URL: https://svnweb.freebsd.org/changeset/base/358122 Log: MFC r357576: Fix a use of an uninitialized pointer in xdr_rpcbs_rmtcalllist(). PR: 243759 Changes: _U stable/11/ stable/11/lib/libc/rpc/rpcb_st_xdr.c Thank you for the report. |