bcheck: restore malloc hooks when done

This commit is contained in:
grischka
2009-07-06 21:10:14 +02:00
committed by unknown
parent c93ddac9aa
commit 0085c648f6
4 changed files with 39 additions and 29 deletions

View File

@ -423,6 +423,11 @@ void __bound_init(void)
}
}
void __bound_exit(void)
{
restore_malloc_hooks();
}
static inline void add_region(BoundEntry *e,
unsigned long start, unsigned long size)
{