Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 14 Jun 2019 09:42:09 -0700
From: Matthew Maurer <mmaurer@...gle.com>
To: musl@...ts.openwall.com
Subject: [PATCH] Use __attribute__((noreturn)) for function pointer

_Noreturn doesn't actually exist in C99 - that's a C11ism. Even in C11, it
cannot be used on a function pointer type.
__attribute__((noreturn)) is a GNU C extension (which we're allowed to use,
unlike C11), and is allowed to be placed on function pointer types.

Content of type "text/html" skipped

View attachment "0001-Use-__attribute__-noreturn-for-function-pointer.patch" of type "text/x-patch" (1369 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.