[tor-bugs] #14142 [Tor]: A 2-letter torrc file containing "Vi" causes tor to crash
Tor Bug Tracker & Wiki
blackhole at torproject.org
Sun Jan 11 16:01:24 UTC 2015
#14142: A 2-letter torrc file containing "Vi" causes tor to crash
------------------------+--------------------------------
Reporter: teor | Owner: teor
Type: defect | Status: needs_review
Priority: minor | Milestone: Tor: 0.2.6.x-final
Component: Tor | Version: Tor: 0.2.6.2-alpha
Resolution: | Keywords: tor-client
Actual Points: | Parent ID:
Points: |
------------------------+--------------------------------
Comment (by nickm):
Replying to [comment:2 teor]:
> Fix is now in bug14142-parse-virtual-addr in my teor2345 github
repository.
THanks, I'll check it out!
> I think it's a bugfix on 0.2.3 from looking at the logs around the
commit that last touched that code. Nick, how do I reliably find out which
release bugfixes belong to?
I use an iterative process: I use `git blame` to see when the line(s)
that caused the bug last changed. Then I use `git show $commit` or `git
show $commit:filename.c` to see what that commit looked like. If the bug
existed before the commit, I use `git blame $commit^ -- filename.c`, and
repeat the process. Once I identify the commit that created the bug, I
say `git describe --contains $commit`.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/14142#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list