Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Wed, 18 Nov 2020 10:59:31 -0500
From: William Woodruff <william.woodruff@...ilofbits.com>
To: musl@...ts.openwall.com
Subject: [PATCH] personality: add missing personality(2) values


Adds two missing personality(2) personas: UNAME26
and FDPIC_FUNCPTRS.

FDPIC_FUNCPTRS was also missing its corresponding
PER_LINUX_FDPIC value.

This makes musl's personality.h header consistent with
the definitions supplied by glibc's personality.h.
---
include/sys/personality.h | 3 +++
1 file changed, 3 insertions(+)


View attachment "0001-personality-add-missing-personality-2-values.patch" of type "text/x-patch" (752 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.