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
There was a memory leak when handling ulp_metadata on libpulp.so which were not caught by valgrind. Probably the shell valgrind hack is not working as intended.
The text was updated successfully, but these errors were encountered:
Partial valgrind support was added in 7002e0a. To test patches with this, load the program with valgrind-gdb and call the interface functions to livepatch the function. Note that valgrind has to be started with self-modifying code support.
There was a memory leak when handling ulp_metadata on libpulp.so which were not caught by valgrind. Probably the shell valgrind hack is not working as intended.
The text was updated successfully, but these errors were encountered: