summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_gzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/imgact_gzip.c')
-rw-r--r--sys/kern/imgact_gzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/imgact_gzip.c b/sys/kern/imgact_gzip.c
index 00f9040..3516daa 100644
--- a/sys/kern/imgact_gzip.c
+++ b/sys/kern/imgact_gzip.c
@@ -209,7 +209,7 @@ do_aout_hdr(struct imgact_gzip * gz)
*/
mtx_assert(&Giant, MA_OWNED);
if ( /* text can't exceed maximum text size */
- gz->a_out.a_text > MAXTSIZ ||
+ gz->a_out.a_text > maxtsiz ||
/* data + bss can't exceed rlimit */
gz->a_out.a_data + gz->bss_size >
OpenPOWER on IntegriCloud