Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

overlayfs: use a minimal buffer in ovl_copy_xattr #1

Merged
merged 1 commit into from
Oct 21, 2015
Merged

overlayfs: use a minimal buffer in ovl_copy_xattr #1

merged 1 commit into from
Oct 21, 2015

Commits on Oct 20, 2015

  1. overlayfs: use a minimal buffer in ovl_copy_xattr

    Rather than always allocating the high-order XATTR_SIZE_MAX buffer
    which is costly and prone to failure, only allocate what is needed and
    realloc if necessary.
    
    Fixes coreos/bugs#489
    Vito Caputo committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    885f27c View commit details
    Browse the repository at this point in the history