summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.c
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2006-04-05 18:46:24 +0000
committerJason Evans <jasone@FreeBSD.org>2006-04-05 18:46:24 +0000
commitf90cbdf17f8a987e9ec7de75e8e343781ddf7de4 (patch)
treec990a911f30f9e98ef7d37fbee3e94d01ec0cf70 /lib/libc/stdlib/malloc.c
parenta9f48b449afcc7e895cf3fd9763de4b55340a535 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/malloc.c')
-rw-r--r--lib/libc/stdlib/malloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdlib/malloc.c b/lib/libc/stdlib/malloc.c
index 8b31252983c9..11e732ff776a 100644
--- a/lib/libc/stdlib/malloc.c
+++ b/lib/libc/stdlib/malloc.c
@@ -1537,6 +1537,7 @@ arena_run_reg_alloc(arena_run_t *run, arena_bin_t *bin)
}
/* Not reached. */
assert(0);
+ return (NULL);
}
static inline void