This is the mail archive of the libc-help@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: bounded-pointer flag


On 11 Mar 2009, JohnT verbalised:
> There's a library called libsafe that is made to over-write certain i/o
> functions to prevent buffer over-runs, etc. If that can be built into
> glibc as an option by a bounds-checking setting, that might be nice to have.

This is likely better put in -D_FORTIFY_SOURCE, which already does
something fairly like this.

(and this probably belongs on libc-help@; moved there.)


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