Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
73d6b23d
Commit
73d6b23d
authored
Aug 14, 2018
by
Uri Blumenthal
Committed by
Bi-Ruei, Chiu
Aug 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed cppcheck-discovered error #292
parent
a3f1265f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
skeletons/asn_internal.c
skeletons/asn_internal.c
+1
-0
No files found.
skeletons/asn_internal.c
View file @
73d6b23d
...
...
@@ -14,6 +14,7 @@ asn__format_to_callback(int (*cb)(const void *, size_t, void *key), void *key,
va_start
(
args
,
fmt
);
wrote
=
vsnprintf
(
buf
,
buf_size
,
fmt
,
args
);
va_end
(
args
);
if
(
wrote
<
(
ssize_t
)
buf_size
)
{
if
(
wrote
<
0
)
{
if
(
buf
!=
scratch
)
FREEMEM
(
buf
);
...
...
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