Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
fdef2b86
Commit
fdef2b86
authored
Mar 19, 2013
by
Hendrik Polczynski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mongoose.c
when having connections with and without auth would cause double free and then crash
parent
fbca54bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
mongoose.c
mongoose.c
+1
-0
No files found.
mongoose.c
View file @
fdef2b86
...
...
@@ -5017,6 +5017,7 @@ static void process_new_connection(struct mg_connection *conn) {
}
if
(
ri
->
remote_user
!=
NULL
)
{
free
((
void
*
)
ri
->
remote_user
);
ri
->
remote_user
=
NULL
;
// when having connections with and without auth would cause double free and then crash
}
// NOTE(lsm): order is important here. should_keep_alive() call
...
...
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