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 v2 0/6] fix wrong program abort on __FD_ELT


On 04/30/2013 06:30 PM, KOSAKI Motohiro wrote:
> This is v2 patch and I already sent v4. I rewrote the patch complete
> at v4 because Florian strongly requested that the check turn on by
> default.
> 
> Now, v4 doesn't have _STRICT_FD_SIZE_CHECK nor any build time option.
> and check intelligently buffer overflow instead of hard coded 1024.
> (by using __builtin_object_size)
> 
> Could you look at v4? It only relax to check against a bitmap
> allocated from heap.

Thank you. I must have missed v4. I'll review that now.

Cheers,
Carlos.


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