Summary: | Dolphin gravely mishandles named pipes | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Alec Moskvin <alecm> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, faure, finex |
Priority: | NOR | ||
Version: | SVN | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alec Moskvin
2009-04-25 06:34:29 UTC
confirmed in trunk too. http://reviewboard.kde.org/r/723/ should fix this SVN commit 979879 by darioandres: Add KFleItem::isRegularFile() to check for regular files (!chr/blk/dir/fifo/link/sock) Do not fetch the metadata information on non-regular files as this will likely block the application when reading them. BUG: 190596 M +5 -1 kfileitem.cpp M +7 -0 kfileitem.h WebSVN link: http://websvn.kde.org/?view=rev&revision=979879 |