SUSE / libpulp

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

No tests for build id mismatch #39

Closed inconstante closed 3 years ago

inconstante commented 3 years ago

As discussed in a pull request review, a live patch is only applied when the build ids of the live patch object and target library match the build ids recorded in the metadata file. However, all test cases in the test suite have matching build ids. A new test case with a deliberate mismatch should be added to the test suite so that the respective code path gets some coverage.

giulianobelinassi commented 3 years ago

This was fixed in PR #44