[kde-freebsd] konqueror crashes on ACL properties

Andriy Gapon avg at freebsd.org
Mon Aug 31 14:01:53 CEST 2009


on 30/08/2009 10:51 Dima Panov said the following:
> 
> Fixed in KDE 4.3.1
> 
> String KACL::asString() const
> {
> #ifdef HAVE_POSIX_ACL
>     ssize_t size = 0;
>     char* txt = acl_to_text(d->m_acl, &size);
>     const QString ret = QString::fromLatin1(txt, size);
>     acl_free(txt);
>     return ret;
> #else
>     return QString();
> #endif
> }
> 
> Please wait official release :)
> 

Thank you for the information.
Any chance to see this in KDE3? :-)

-- 
Andriy Gapon


More information about the kde-freebsd mailing list