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 malloc/19564] New: Remove deprecated malloc symbols from the API


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

            Bug ID: 19564
           Summary: Remove deprecated malloc symbols from the API
           Product: glibc
           Version: 2.24
            Status: NEW
          Severity: normal
          Priority: P2
         Component: malloc
          Assignee: unassigned at sourceware dot org
          Reporter: fweimer at redhat dot com
  Target Milestone: ---
             Flags: security-

<malloc.h> contains some deprecated functionality.  We should remove those from
the public API.

__malloc_check_init could turn into a no-op because it has no visible effect
for valid programs.

The __malloc_initialize_hook variable is intended for symbol interposition, so
to remove it from the public API, â#pragma GCC poisonâ should be used.

-- 
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]