This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch to further harden glibc malloc metadata against 1-byte overflows


Chris Evans <scarybeasts@gmail.com> writes:
> As a follow up question: is there any appetite for any additional
> glibc malloc metadata checks? While studying the code, I noticed a few
> extra checks that could be added here and there. I don't think any of
> them would be as useful as security defenses, but maybe they could
> trap heap corruptions closer to the time they occurred. Any interest?

I'm open to more malloc hardening, sure.  Better to fix the holes
*before* they're turned into exploits, as long as performance doesn't
suffer too much.

If you're going to be a regular contributor now, though, we might
consider streamlining the process a bit ;-)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]