Opened 13 years ago
Closed 13 years ago
#3204 closed Bug (fixed)
crash in tr_torrentGetMagnetLink() when the torrent doesn't have a display name yet
Reported by: | charles | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 2.00 |
Component: | libtransmission | Version: | 1.92 |
Severity: | Normal | Keywords: | backport-1.9x |
Cc: |
Description
If you create a magnet link from a torrent added via a magnet link with no Display Name, tr_torrentGetMagnetLink() dereferences a null pointer when trying to generate a display name from tr_torrentName().
Change History (2)
comment:1 Changed 13 years ago by charles
- Keywords backport-1.9x added
- Status changed from new to assigned
comment:2 Changed 13 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Fixed in trunk for 2.00 by r10641.
Tagged with "backport-1.9x" to indicate that this is safe for a 1.94 in the unlikely event that 1.94 becomes necessary.