Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
86624ee4
Unverified
Commit
86624ee4
authored
Mar 29, 2021
by
Christian Brauner
Committed by
GitHub
Mar 29, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3746 from evverx/CIFuzz-unblock-msan
CIFuzz: turn on MSan
parents
be43adcd
f6727edb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cifuzz.yml
.github/workflows/cifuzz.yml
+1
-1
string_utils.c
src/lxc/string_utils.c
+1
-1
No files found.
.github/workflows/cifuzz.yml
View file @
86624ee4
...
...
@@ -29,7 +29,7 @@ jobs:
with
:
oss-fuzz-project-name
:
'
lxc'
fuzz-seconds
:
180
dry-run
:
${{ matrix.sanitizer == 'memory' }}
dry-run
:
false
sanitizer
:
${{ matrix.sanitizer }}
-
name
:
Upload Crash
uses
:
actions/upload-artifact@v1
...
...
src/lxc/string_utils.c
View file @
86624ee4
...
...
@@ -902,7 +902,7 @@ int parse_byte_size_string(const char *s, long long int *converted)
int
ret
,
suffix_len
;
long
long
int
conv
,
mltpl
;
char
*
end
;
char
dup
[
INTTYPE_TO_STRLEN
(
long
long
int
)];
char
dup
[
INTTYPE_TO_STRLEN
(
long
long
int
)]
=
{
0
}
;
char
suffix
[
3
]
=
{
0
};
if
(
is_empty_string
(
s
))
...
...
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