Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115712090
D45899.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
319 B
Referenced Files
None
Subscribers
None
D45899.diff
View Options
diff --git a/sbin/ipf/common/lexer.c b/sbin/ipf/common/lexer.c
--- a/sbin/ipf/common/lexer.c
+++ b/sbin/ipf/common/lexer.c
@@ -449,7 +449,7 @@
oc = c;
if (prior == YY_NUMBER && c == ':') {
- snprintf(s, sizeof(s), "%d", priornum);
+ snprintf(s, sizeof(ipv6buf), "%d", priornum);
s += strlen(s);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 28, 12:49 PM (12 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17830124
Default Alt Text
D45899.diff (319 B)
Attached To
Mode
D45899: ipf: correct size limit in snprintf
Attached
Detach File
Event Timeline
Log In to Comment