[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs