Re: [PATCH] elfcompress: Add sanity checks to make sure to not override variable
Hi, On Tue, May 10, 2022 at 12:35:01PM +0200, Mark Wielaard wrote: > The process_file code is a little tricky. Add sanity checks to make > sure shstrtab_name, shstrtab_newname and symstrents are only set once. Pushed. Cheers, Mark
[PATCH] elfcompress: Add sanity checks to make sure to not override variable
The process_file code is a little tricky. Add sanity checks to make sure shstrtab_name, shstrtab_newname and symstrents are only set once. Signed-off-by: Mark Wielaard --- src/ChangeLog | 5 + src/elfcompress.c | 24 2 files changed, 29 insertions(+) diff --git