Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137315056
D46933.id144235.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
295 B
Referenced Files
None
Subscribers
None
D46933.id144235.diff
View Options
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -4214,7 +4214,7 @@
| NUMBER {
$$ = $1;
if ($$ < 0 || $$ > 255) {
- yyerror("illegal tos value %s", $1);
+ yyerror("illegal tos value %lu", $1);
YYERROR;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 23, 9:18 AM (2 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25982176
Default Alt Text
D46933.id144235.diff (295 B)
Attached To
Mode
D46933: pfctl: avoid possible SIGSEGV when wrong tos option
Attached
Detach File
Event Timeline
Log In to Comment