[Okular-devel] [Bug 165596] Trying to open a passworded cbr (rar compressed comicbook) hangs okular
Pino Toscano
pino at kde.org
Mon Jul 7 09:33:28 CEST 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=165596
pino kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From pino kde org 2008-07-07 09:33 -------
SVN commit 828998 by pino:
On UNIX, make use of a pty process instead of a normal process, as unrar opens pty connections for getting passwords.
In other cases, when getting password requests via stderr, just kill the process and return with a failure code:
the proper solution would be handling the password request, but this is a non-trivial task that require some more work.
Thus, for now, just do not allow password-protected RARs to be opened.
BUG: 165596
M +3 -0 CMakeLists.txt
M +77 -22 unrar.cpp
M +12 -1 unrar.h
WebSVN link: http://websvn.kde.org/?view=rev&revision=828998
More information about the Okular-devel
mailing list