[PATCH] add test for correct calculation of dl_phdr_info.dlpi_subs
Mike Frysinger
vapier@gentoo.org
Tue Aug 2 16:07:00 GMT 2016
On 01 Aug 2016 15:20, Gleb Natapov wrote:
> --- /dev/null
> +++ b/elf/tst-dlpi_subs.c
> @@ -0,0 +1,33 @@
> +#include <dlfcn.h>
> +#include <stdio.h>
please put a proper comment block at the top (copyright/license) and a
short blurb explaining what the test does.
> +static int fail = false;
"false" is for bool types, not int types
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20160802/9311d7cb/attachment.sig>
More information about the Libc-alpha
mailing list