We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
module_byaddr_tree
DeeDec_Track()
1 parent 2eb2a83 commit 9b73154Copy full SHA for 9b73154
src/deemon/execute/modpath.c
@@ -1512,6 +1512,8 @@ DeeDec_Track(DREF /*untracked*/ struct Dee_module_object *__restrict self) {
1512
DeeDec_Ehdr_FreeRelocationData(ehdr);
1513
1514
module_byaddr_lock_write();
1515
+ module_byaddr_ensure_initialized();
1516
+
1517
/* Insert module into by-address tree so allow reverse module lookup by-address */
1518
self->mo_minaddr = (byte_t *)ehdr;
1519
self->mo_maxaddr = (byte_t *)ehdr + ehdr->e_offsetof_eof - 1;
0 commit comments