Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:GA
glibc
ldconfig-process-elf-file.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ldconfig-process-elf-file.patch of Package glibc
From bf5aa419cbf545d2cd09dc097e518033d6e4df5e Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella <adhemerval.zanella@linaro.org> Date: Thu, 7 Dec 2023 11:17:35 -0300 Subject: [PATCH] elf: Fix wrong break removal from 8ee878592c Reported-by: Alexander Monakov <amonakov@ispras.ru> (cherry picked from commit 546a1ba664626603660b595662249d524e429013) --- elf/readelflib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/elf/readelflib.c b/elf/readelflib.c index f5b8c80e38..64f1d662a9 100644 --- a/elf/readelflib.c +++ b/elf/readelflib.c @@ -107,6 +107,7 @@ process_elf_file (const char *file_name, const char *lib, int *flag, case PT_INTERP: program_interpreter = (char *) (file_contents + segment->p_offset); check_ptr (program_interpreter); + break; case PT_GNU_PROPERTY: /* The NT_GNU_PROPERTY_TYPE_0 note must be aligned to 4 bytes -- 2.43.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor