Re: mg(1) segfault

2015-04-10 Thread Gleydson Soares
> I hate the startup file. > Look, this is a use after free, but I can't find it... > > #0 0x1b9de0b1b77f in definemacro (f=0, n=1) > at /usr/src/usr.bin/mg/macro.c:43 > 43 lp2 = lp1->l_fp; > (gdb) p *maclhead > $1 = {l_fp = 0xdfdfdfdfdfdfdfdf, l_bp = 0xdfdfdf

[NEW] Driver for the Araneus Alea II USB TRNG

2015-04-10 Thread attila
Hi tech@, I've written a driver for the Araneus Alea II USB TRNG: http://www.araneus.fi/products/alea2/en/ It produces 100kbit/sec of entropy, which my driver stuffs into add_true_randomness(). A small thing, but maybe valuable in situations that do a lot of crypto. I mainly did it to get m

Re: libressl-2.1.6 on AIX

2015-04-10 Thread Michael Felt
After this change and autoconf, and configure... diff -ur ../portable.a/configure.ac ../portable.b/configure.ac --- ../portable.a/configure.ac 2015-04-10 03:59:16 + +++ ../portable.b/configure.ac 2015-04-10 20:41:33 + @@ -15,8 +15,6 @@ AC_PROG_LIBTOOL LT_INIT -CFLAGS="$CFLAGS -Wall -st

Re: libressl-2.1.6 on AIX

2015-04-10 Thread Michael Felt
>Also, I didn't add the configure.ac line that set CFLAGS to empty string that was in >the original patch. The current master branch has switched to letting autoconf >initialize the CFLAGS directly. This worked fine with gcc when I tried it, but I'd be >interested in seeing how it works with other