aboutsummaryrefslogtreecommitdiff
path: root/gas/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/app.c')
-rw-r--r--gas/app.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/app.c b/gas/app.c
index d7eb509..e5f1778 100644
--- a/gas/app.c
+++ b/gas/app.c
@@ -550,6 +550,8 @@ do_scrub_chars (int (*get) (char *, int), char *tostart, int tolen)
memcpy (to, from, len);
to += len;
from += len;
+ if (to >= toend)
+ goto tofull;
}
}