[tor-bugs] #26951 [Applications/Tor Browser]: Linux tbb execdesktop argument passing is broken

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Jul 26 21:52:30 UTC 2018


#26951: Linux tbb execdesktop argument passing is broken
------------------------------------------+----------------------
     Reporter:  benburrill                |      Owner:  tbb-team
         Type:  defect                    |     Status:  new
     Priority:  Low                       |  Milestone:
    Component:  Applications/Tor Browser  |    Version:
     Severity:  Normal                    |   Keywords:
Actual Points:                            |  Parent ID:
       Points:                            |   Reviewer:
      Sponsor:                            |
------------------------------------------+----------------------
 Arguments with spaces get flattened due to the eval, so running

 {{{
 ./start-tor-browser.desktop --search "hello world"
 }}}

 is effectively converted to

 {{{
 ./start-tor-browser.desktop --search hello world
 }}}

 opening up two windows, one search for "hello" and one trying to connect
 to http://world

 I have a patch, which I will try to attach.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/26951>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list