Ticket #1816 (closed defect: invalid)

Opened 14 years ago

Last modified 14 years ago

Missing nullpointer check in ftpfs

Reported by: metux Owned by: metux
Priority: major Milestone: 4.7.0
Component: mc-vfs Version: 4.7.0-pre4
Keywords: Cc:
Blocked By: Blocking:
Branch state: Votes for changeset:

Description


Change History

comment:1 Changed 14 years ago by metux

  • Status changed from new to accepted
  • severity changed from no branch to on review

branch:1816_ftpfs_nullptr_fix
commit:bd212961249807739c61118139025d8a2c97e072

comment:2 Changed 14 years ago by andrew_b

  • Component changed from mc-core to mc-vfs

Unneeded. host is array in stack and never be NULL. domain is checked before ftpfs_find_machine() call. See ftpfs_netrc_lookup().

comment:3 Changed 14 years ago by metux

rebased to current master

comment:4 Changed 14 years ago by metux

  • Milestone changed from 4.7 to 4.7.0

comment:5 Changed 14 years ago by andrew_b

Does we really need double check stuff?

comment:6 Changed 14 years ago by slyfox

  • Status changed from accepted to testing
  • Resolution set to invalid

comment:7 Changed 14 years ago by slyfox

  • Status changed from testing to closed
Note: See TracTickets for help on using tickets.