ld.so malloc

2014-06-02 Thread Otto Moerbeek
Hi, ld.so has a very basic malloc. This diff changes it to use a (somewhat stripped) libc malloc with all the randomization and

[PATCH 3] ld.so: malloc/memset = calloc

2014-05-26 Thread Benjamin Baier
Index: prebind_path.c === RCS file: /cvs/src/libexec/ld.so/ldconfig/prebind_path.c,v retrieving revision 1.2 diff -u -p -r1.2 prebind_path.c --- prebind_path.c 13 Nov 2013 05:41:43 - 1.2 +++ prebind_path.c 25 May

Re: [PATCH 3] ld.so: malloc/memset = calloc

2014-05-26 Thread Benjamin Baier
Those are just suggestions... I'm going trough my list so in the future a simple NO and I'll stop tracking the patch and back off. On Mon, 26 May 2014 12:57:10 -0600 Theo de Raadt dera...@cvs.openbsd.org wrote: no no, please stay out of ld.so and subdirectories. I'm working on these kinds