[Bug 248572] scandir_b is suspiciously absent from libc.so.7

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 10 10:25:14 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248572

            Bug ID: 248572
           Summary: scandir_b is suspiciously absent from libc.so.7
           Product: Base System
           Version: 12.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: bugs at FreeBSD.org
          Reporter: iwtcex at gmail.com

% readelf -s /lib/libc.so.7 | grep scandir
  1437: 00000000000ac3f0   504 FUNC    GLOBAL DEFAULT   12 scandir at FBSD_1.0 (2)
  1438: 00000000000b4f10   504 FUNC    GLOBAL DEFAULT   12 scandir@@FBSD_1.5
(7)

% readelf -s /lib/libc.so.7 | grep "_b@"
  1333: 000000000019af70   113 FUNC    GLOBAL DEFAULT   12 atexit_b@@FBSD_1.4
(6)
  1416: 00000000000871c0  3681 FUNC    GLOBAL DEFAULT   12 heapsort_b@@FBSD_1.4
(6)
  1865: 0000000000084ca0  8865 FUNC    GLOBAL DEFAULT   12
mergesort_b@@FBSD_1.4 (6)
  3153: 00000000000c2e80    14 FUNC    GLOBAL DEFAULT   12 qsort_b@@FBSD_1.4
(6)

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


More information about the freebsd-bugs mailing list