diff options
Diffstat (limited to 'lib/bcheck.c')
| -rw-r--r-- | lib/bcheck.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/bcheck.c b/lib/bcheck.c index 0ec2a4b..90590f5 100644 --- a/lib/bcheck.c +++ b/lib/bcheck.c @@ -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) { |
