Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
03cc5886
Commit
03cc5886
authored
5 years ago
by
DONG Anyuan
Browse files
Options
Downloads
Patches
Plain Diff
Fix Coverity Scan CID 300471 (Using uninitialized value queue->mutex when calling free.)
parent
7ddaa8ed
No related branches found
No related tags found
4 merge requests
!650
Release v1.1.0 Candidate
,
!620
Resolve "Coverity Scan Fix (Week25)"
,
!617
Develop: Integration 2019 Week 25
,
!588
Develop nr merge
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair2/ENB_APP/flexran_agent_task_manager.c
+1
-0
1 addition, 0 deletions
openair2/ENB_APP/flexran_agent_task_manager.c
with
1 addition
and
0 deletions
openair2/ENB_APP/flexran_agent_task_manager.c
+
1
−
0
View file @
03cc5886
...
...
@@ -77,6 +77,7 @@ flexran_agent_task_queue_t *flexran_agent_task_queue_init(mid_t mod_id, size_t c
if
(
queue
==
NULL
)
goto
error
;
queue
->
mutex
=
NULL
;
/* If no comparator was given, use the default one */
if
(
cmp
==
NULL
)
queue
->
cmp
=
_flexran_agent_task_queue_cmp
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment