Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
f3b1006c
Commit
f3b1006c
authored
Mar 10, 2006
by
shemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing memset in tc sample
parent
49843e29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
ChangeLog
ChangeLog
+4
-0
tc/f_u32.c
tc/f_u32.c
+1
-0
No files found.
ChangeLog
View file @
f3b1006c
2006-03-10 Russell Stuart <russell-lartc@stuart.id.au>
* Fix missing memset in tc sample
2006-03-10 shemminger <shemminger@osdl.org>
* Change default lnstat count to 1
...
...
tc/f_u32.c
View file @
f3b1006c
...
...
@@ -878,6 +878,7 @@ static int u32_parse_opt(struct filter_util *qu, char *handle, int argc, char **
struct
tc_u32_sel
sel
;
struct
tc_u32_key
keys
[
4
];
}
sel2
;
memset
(
sel2
,
0
,
sizeof
(
sel32
));
NEXT_ARG
();
if
(
parse_selector
(
&
argc
,
&
argv
,
&
sel2
.
sel
,
n
))
{
fprintf
(
stderr
,
"Illegal
\"
sample
\"\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment