This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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] Fix check for strippable relocation section.


On Tue, 2012-09-18 at 20:23 +0100, Nick Alcock wrote:
> When deciding whether a section is strippable, ebl_section_strip_p()
> checks the section pointed to by the sh_info of relocation sections
> to see if the relocated section is strippable.
> 
> Unfortunately a one-character typo leads to this check always being
> skipped.  (You can tell it's a typo because if the condition were
> correct, the next line would dereference a null pointer.)
> 
> Signed-off-by: Nick Alcock <nick.alcock@oracle.com>

Things should have been setup so that you can push this yourself.
But I can also do it for you.

Thanks,

Mark

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