This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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 x64 SEH]: Support xdata/pdata for link-once code


On 09/15/2010 09:37 AM, Kai Tietz wrote:
> In the case that segment isn't found, it will be created with the name
> NAME. As section generation requires to get a constant, or an
> malloc'ed name (as is stores just reference and doesn't clone the name
> itself), it would lead to pretty bad issues to free here this name.

Ok.

Well, I think you should either store the malloc'ed name in the
seh_seg_list structure (and don't do the variable size thing) in
that case.

Ok with that change.


r~


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