SUSE / libpulp

libpulp enables live patching in user space applications.
GNU Lesser General Public License v2.1
55 stars 11 forks source link

Avoid *.specialized.* symbols in process_access test. #203

Closed giulianobelinassi closed 6 months ago

giulianobelinassi commented 6 months ago

clang-18 inserts new .specialized. symbols in banner_get and then calls it instead of the original banner_set function. This is undesired once we livepatch banner_set so disable optimizations in this function.