From 6fecd889e388f7642969d58bfe429a756d29413f Mon Sep 17 00:00:00 2001 From: comex Date: Thu, 29 Jan 2015 21:31:11 -0500 Subject: a bunch of stuff that should have been committed separately --- lib/darwin/interpose.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/darwin/interpose.c') diff --git a/lib/darwin/interpose.c b/lib/darwin/interpose.c index bf9ceb4..419fc65 100644 --- a/lib/darwin/interpose.c +++ b/lib/darwin/interpose.c @@ -123,6 +123,7 @@ static int try_bind_section(void *bind, size_t size, const struct interpose_stat } if (h->old_ptr) *(uintptr_t *) h->old_ptr = old - addend; + offset += stride; } break; } -- cgit v1.2.3