Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2020 17:01:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        testing@freebsd.org
Subject:   [Bug 244732] 2 tests failed after llvm10 import
Message-ID:  <bug-244732-32464-WIhBVCmPQr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244732-32464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244732-32464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244732

--- Comment #9 from commit-hook@freebsd.org ---
A commit references this bug:

Author: markj
Date: Tue May 12 17:00:47 UTC 2020
New revision: 360979
URL: https://svnweb.freebsd.org/changeset/base/360979

Log:
  librtld_db: Fix shlib mapping offsets.

  kve_offset gives the offset into the backing file, which is not what we
  want since different segments may map the same page.  Use the base of
  the mapping to determine the offset exported by librtld_db instead.

  PR:           244732
  Reported by:  Jenkins, Nicol? Mazzucato <nicomazz97@gmail.com>
  MFC after:    2 weeks
  Sponsored by: The FreeBSD Foundation

Changes:
  head/lib/librtld_db/rtld_db.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244732-32464-WIhBVCmPQr>