From 0085c648f6e9f016f937107ce68651987b001ddf Mon Sep 17 00:00:00 2001 From: grischka Date: Mon, 6 Jul 2009 21:10:14 +0200 Subject: bcheck: restore malloc hooks when done --- lib/bcheck.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') 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) { -- cgit v1.3.1