You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticing stack smashing issue during HWP exection.
Jun 01 15:01:28 xxx openpower-dump-manager[22238]: Adding handler for id(30000001), type(10), path(/xyz/openbmc_project/dump/sbe/entry/30000001), pid(29203)
Jun 01 15:01:28 xxx dump-collect[29171]: dump requested (waiting)
Jun 01 15:01:29 xxx openpower-dump-manager[29203]: *** stack smashing detected ***: terminated <<=========== Dac
Jun 01 15:01:29 xxx systemd[1]: Started Process Core Dump (PID 29208/UID 0).
libekb-p10 is built by default with -fstack-protector-strong flag due to this any buffer access or invalid size will result in stack smashing issue.
At present disabling stack protection using recipe level patch, but we need to revisit after fixing the compiler warnings during the ekb hardware procedure build.
The text was updated successfully, but these errors were encountered:
Noticing stack smashing issue during HWP exection.
libekb-p10 is built by default with -fstack-protector-strong flag due to this any buffer access or invalid size will result in stack smashing issue.
At present disabling stack protection using recipe level patch, but we need to revisit after fixing the compiler warnings during the ekb hardware procedure build.
The text was updated successfully, but these errors were encountered: