> Newer compiler can put some constant strings inside constant > sections (.rodata.cstXX) instead of string sections (.rodata.str1.XX). > This causes the produced live patch to not apply when such > strings are produced. > So treat the constant sections as string ones. > > Signed-off-by: Frediano Ziglio <[email protected]>
Reviewed-by: Ross Lagerwall <[email protected]> Thanks, Ross
