From: Joseph K. <jk...@us...> - 2011-08-10 04:13:58
|
After changeset [1712], libelf supports "in-place" updation of ELF objects opened in ELF_C_RDWR mode. This feature required a number of changes to the implementation of `elf_update()`. While I have added a number of test cases to the libelf test suite to verify that libelf continues to work as expected, there could still be bugs lurking in the code. Please do let me know if you notice any regressions, or if you have suggestions for additional test coverage. Thanks, Koshy Quick Links: * Source Changes: - http://sourceforge.net/apps/trac/elftoolchain/changeset/1712 - http://sourceforge.net/apps/trac/elftoolchain/changeset/1693 * Current test cases - http://sourceforge.net/apps/trac/elftoolchain/browser/trunk/test/libelf/tset/elf_update/update.m4 |