Page MenuHomeFreeBSD

D10042.diff
No OneTemporary

D10042.diff

Index: head/sys/kern/imgact_binmisc.c
===================================================================
--- head/sys/kern/imgact_binmisc.c
+++ head/sys/kern/imgact_binmisc.c
@@ -120,7 +120,7 @@
sp = str; tp = t;
while (*sp != '\0') {
if (*sp == ' ' || *sp == '\t') {
- if (++len > IBE_INTERP_LEN_MAX)
+ if (++len >= IBE_INTERP_LEN_MAX)
break;
*tp++ = ' ';
argc++;

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 12, 4:50 PM (18 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38720556
Default Alt Text
D10042.diff (390 B)

Event Timeline