Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
einsteinathome
boinc
Commits
5a799d29
Commit
5a799d29
authored
Oct 10, 2015
by
Rom Walton
Browse files
Merge pull request #1403 from serval2412/master
cppcheck: fix 2 reports
parents
bc78eb9e
6543f49b
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientgui/browser.cpp
View file @
5a799d29
...
...
@@ -372,7 +372,7 @@ static int find_site_cookie_mozilla_v3(
sscanf
(
argv
[
0
],
"%255s"
,
host
);
sscanf
(
argv
[
1
],
"%255s"
,
cookie_name
);
sscanf
(
argv
[
2
],
"%409
6
s"
,
cookie_value
);
sscanf
(
argv
[
2
],
"%409
5
s"
,
cookie_value
);
sscanf
(
argv
[
3
],
#ifdef _WIN32
"%I64d"
,
...
...
@@ -572,7 +572,7 @@ static int find_site_cookie_chrome(
sscanf
(
argv
[
0
],
"%255s"
,
host
);
sscanf
(
argv
[
1
],
"%255s"
,
cookie_name
);
sscanf
(
argv
[
2
],
"%409
6
s"
,
cookie_value
);
sscanf
(
argv
[
2
],
"%409
5
s"
,
cookie_value
);
sscanf
(
argv
[
3
],
#ifdef _WIN32
"%I64d"
,
...
...
Write
Preview
Supports
Markdown
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