Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
The Tor Project
Core
Tor
Commits
46cd466d
Commit
46cd466d
authored
9 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/maint-0.2.7'
parents
34b4da70
5b207019
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changes/bug17401
+3
-0
3 additions, 0 deletions
changes/bug17401
src/or/rendcache.c
+1
-1
1 addition, 1 deletion
src/or/rendcache.c
with
4 additions
and
1 deletion
changes/bug17401
0 → 100644
+
3
−
0
View file @
46cd466d
o Major bugfixes (correctness):
- Fix a use-after-free bug in validate_intro_point_failure().
Fixes bug 17401; bugfix on 0.2.7.3-rc.
This diff is collapsed.
Click to expand it.
src/or/rendcache.c
+
1
−
1
View file @
46cd466d
...
...
@@ -418,8 +418,8 @@ validate_intro_point_failure(const rend_service_descriptor_t *desc,
SMARTLIST_DEL_CURRENT
(
desc
->
intro_nodes
,
intro
);
/* Keep it for our new entry. */
digestmap_set
(
new_entry
->
intro_failures
,
(
char
*
)
identity
,
ent_dup
);
/* Only free it when we're done looking at it. */
rend_intro_point_free
(
intro
);
continue
;
}
}
SMARTLIST_FOREACH_END
(
intro
);
...
...
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