https://bugzilla.redhat.com/show_bug.cgi?id=501490 Resolves: Bug 501490 Description: Error creating view on FDS 1.2 Fix Description: The problem is when the views code calls views_cache_discover_children() and there are no children. The code should check to see if the child_count is 0, and only attempt to alloc space for the pChildren array if the child_count is greater than 0. Platforms tested: RHEL5 x86_64 Diffs: https://bugzilla.redhat.com/attachment.cgi?id=344701&action=diff
Rich Megginson wrote:
https://bugzilla.redhat.com/show_bug.cgi?id=501490 Resolves: Bug 501490 Description: Error creating view on FDS 1.2 Fix Description: The problem is when the views code calls views_cache_discover_children() and there are no children. The code should check to see if the child_count is 0, and only attempt to alloc space for the pChildren array if the child_count is greater than 0. Platforms tested: RHEL5 x86_64 Diffs: https://bugzilla.redhat.com/attachment.cgi?id=344701&action=diff
Pushed to master
-- Fedora-directory-devel mailing list Fedora-directory-devel@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-devel
389-devel@lists.fedoraproject.org