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
Mon, Aug 31, 2:56 AM (11 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37645121
Default Alt Text
D10042.diff (390 B)

Event Timeline