<table><tr><td style="">feverfew created this revision.<br />feverfew added reviewers: chinmoyr, akrutzler, elvisangelaccio, dfaure.<br />Herald added projects: Dolphin, Frameworks.<br />Herald added subscribers: kfm-devel, kde-frameworks-devel.<br />feverfew requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D23454">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This patch fixes two cases where invalid KTMPFile objects would be treated as <br />
valid. In particular, this would manifest in KIO::stat() and KIO::mimetype() <br />
returning without error when they, in fact, should do. One would note that in <br />
the rest of the code, KMTPFile objects that are received via <br />
KMTPStorageInterface::getFileMetaData() always have a isValid() check applied <br />
before use. The two previously mentioned functions, incorrectly, do not have <br />
this check applied. This patch simply adds these necessary checks.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>KIOFuse uses KIO::stat() to complete a lookup. Before this patch lookup would<br />
always succeed and this was determined to be because stat would always succeed.<br />
This bug could be easily found as tab completion would never work correctly. <br />
Trying to tab complete would seem to add what was already typed in to the <br />
directory. With this patch applied, lookup no longer always succeeds and tab <br />
completion now works.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R320 KIO Extras</div></div></div><br /><div><strong>BRANCH</strong><div><div>mtpFixStat (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D23454">https://phabricator.kde.org/D23454</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>mtp/kio_mtp.cpp</div></div></div><br /><div><strong>To: </strong>feverfew, chinmoyr, akrutzler, elvisangelaccio, dfaure<br /><strong>Cc: </strong>kde-frameworks-devel, kfm-devel, fvogt, aprcela, vmarinescu, fprice, LeGast00n, MrPepe, fbampaloukas, alexde, GB_2, Codezela, feverfew, meven, michaelh, spoorun, navarromorales, firef, ngraham, andrebarros, bruns, emmanuelp, mikesomov<br /></div>