• Andrew Morton's avatar
    [PATCH] Fix fadvise() parameter checking · e0fc5036
    Andrew Morton authored
    From: Ulrich Drepper <drepper@redhat.com>
    
    The len parameter for fadvise has a signed type and negative values passed
    must be rejected.  The attached patch does the job.
    e0fc5036
fadvise.c 1.82 KB