Opened 12 years ago
Closed 12 years ago
#1797 closed Bug (duplicate)
crash when bad URL is passed to torrent-add
Reported by: | kentyman | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | libtransmission | Version: | 1.42+ |
Severity: | Major | Keywords: | |
Cc: |
Description
This following URL will consistently crash my Transmission 1.50b5 (7815):
http://<HOST>:9091/transmission/rpc?method=torrent-add&filename=http://google.com/?
If the ? is escaped to %3F, it no longer crashes.
Change History (2)
comment:1 Changed 12 years ago by livings124
- Component changed from Transmission to libtransmission
- Owner set to charles
comment:2 Changed 12 years ago by charles
- Milestone None Set deleted
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Thanks for the example; it makes things much easier to test. :)
This has the same cause as ticket #1798 and is fixed in trunk in r7853