on 01/09/2009 21:38 Edward Tomasz Napierala said the following:
> On 0901T1849, Markus Brueffer wrote:
>
> [..]
>
>> The real problem is not the kdelibs3 implementation but a regression in
>> FreeBSD introduced with the NFSv4 ACL import (rev 194955).
>>
>> Before the import, acl_to_text checked
On 0901T1849, Markus Brueffer wrote:
[..]
> The real problem is not the kdelibs3 implementation but a regression in
> FreeBSD introduced with the NFSv4 ACL import (rev 194955).
>
> Before the import, acl_to_text checked if the passed acl_t was a NULL pointer
> and aborted. Although this still
On Friday 28 August 2009 19:20:52 Andriy Gapon wrote:
> on 27/08/2009 20:04 Andriy Gapon said the following:
> > [KCrash handler]
> > #6 0x000803dad5e0 in acl_dup () from /lib/libc.so.7
> > #7 0x000803d7cc87 in acl_to_text_np () from /lib/libc.so.7
> > #8 0x000800a3d4af in KACL::asSt
On Monday 31 August 2009 23:01:53 Andriy Gapon wrote:
> 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 r
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);
> retu
On Sunday 30 August 2009 02:44:58 Raphael Kubo da Costa wrote:
> 2009/8/28 Andriy Gapon :
> > on 27/08/2009 20:04 Andriy Gapon said the following:
> >> [KCrash handler]
> >> #6 0x000803dad5e0 in acl_dup () from /lib/libc.so.7
> >> #7 0x000803d7cc87 in acl_to_text_np () from /lib/libc.so.7
2009/8/28 Andriy Gapon :
> on 27/08/2009 20:04 Andriy Gapon said the following:
>> [KCrash handler]
>> #6 0x000803dad5e0 in acl_dup () from /lib/libc.so.7
>> #7 0x000803d7cc87 in acl_to_text_np () from /lib/libc.so.7
>> #8 0x000800a3d4af in KACL::asString () from /usr/local/lib/libki
on 27/08/2009 20:04 Andriy Gapon said the following:
> [KCrash handler]
> #6 0x000803dad5e0 in acl_dup () from /lib/libc.so.7
> #7 0x000803d7cc87 in acl_to_text_np () from /lib/libc.so.7
> #8 0x000800a3d4af in KACL::asString () from /usr/local/lib/libkio.so.6
> #9 0x000800ab4f31