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
89a9d8c8
Commit
89a9d8c8
authored
9 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
More 0274-rc changelog updating
parent
cd8a62a6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+11
-0
11 additions, 0 deletions
ChangeLog
changes/bug17364
+0
-3
0 additions, 3 deletions
changes/bug17364
changes/bug17403
+0
-3
0 additions, 3 deletions
changes/bug17403
changes/bug17404
+0
-6
0 additions, 6 deletions
changes/bug17404
with
11 additions
and
12 deletions
ChangeLog
+
11
−
0
View file @
89a9d8c8
...
...
@@ -4,6 +4,13 @@ Changes in version 0.2.7.4-rc - 2015-10-21
on different platforms. If no further significant bounds are found,
the next release will the the official stable release.
o Major bugfixes (security, correctness):
- Fix a programming error that could cause us to read 4 bytes before
the beginning of an openssl string. This could be used to provoke
a crash on systems with an unusual malloc implementation, or
systems with unsual hardening installed. Fixes bug 17404; bugfix
on 0.2.3.6-alpha.
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.
...
...
@@ -13,6 +20,8 @@ Changes in version 0.2.7.4-rc - 2015-10-21
17398; bugfix on 0.2.6.1-alpha.
- Fix a memory leak in rend_cache_failure_entry_free(). Fixes bug
17402; bugfix on 0.2.7.3-rc.
- Fix a memory leak when reading an expired signing key from disk.
Fixes bug 17403; bugfix on 0.2.7.2-rc.
o Minor features (geoIP):
- Update geoip and geoip6 to the October 9 2015 Maxmind GeoLite2
...
...
@@ -51,6 +60,8 @@ Changes in version 0.2.7.4-rc - 2015-10-21
o Documentation:
- Fix capitalization of SOCKS in sample torrc. Closes ticket 15609.
- Note that HiddenServicePorts can take a unix domain socket. Closes
ticket 17364.
Changes in version 0.2.7.3-rc - 2015-09-25
...
...
This diff is collapsed.
Click to expand it.
changes/bug17364
deleted
100644 → 0
+
0
−
3
View file @
cd8a62a6
o Documentation:
- Note that HiddenServicePorts can take a unix domain socket.
Closes ticket 17364.
This diff is collapsed.
Click to expand it.
changes/bug17403
deleted
100644 → 0
+
0
−
3
View file @
cd8a62a6
o Minor bugfixes (memory leaks):
- Fix a memory leak when reading an expired signing key from disk.
Fixes bug 17403; bugfix on 0.2.7.2-rc.
This diff is collapsed.
Click to expand it.
changes/bug17404
deleted
100644 → 0
+
0
−
6
View file @
cd8a62a6
o Major bugfixes (security, correctness):
- Fix a programming error that could cause us to read 4 bytes before
the beginning of an openssl string. This could be used to provoke
a crash on systems with an unusual malloc implementation, or
systems with unsual hardening installed. Fixes bug 17404; bugfix
on 0.2.3.6-alpha.
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