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 1/5] __fdelt_chk: Removed range check


>> 1. If we disable __fdelt_chk and distro doesn't rebuild any packages.
>>    -> it works. but the packages are no longer protected by FORTIFY
>>        until rebuilt.
>>
>> 4. If we don't disable __fdelt_chk and distro rebuild cherry
>>     picked packages.
>>     -> It works. Affected softwares are expected less than twenty.
>>         However the remained problem is, nobody know full lists
>>         of affected packages. And third party software which doesn't
>>         built still may crash.
>>
>> Practically, only (1) and (4) are an option. There are no free lunch either.
>> Thus, I'd like to ask distro developers.
>
> From that, I'd say the (1) is the only option - although it is still not
> ideal...  In all other cases, package built against prior glibc may
> crash and that is not acceptable.

Your opinion matches to me. However, I'd like hear other distro's opinion too.
I'll wait couple of days for that.

Thanks.


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