Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Search for other free cores when bind fails #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 18, 2020

  1. Search for other free cores when bind fails

    Under some circumstances, /proc may transparently lie to us, or we may
    have cgroups invisibly that prevent us from binding to certain CPUs but
    not others. In particular this shows up when running inside containers
    with resource limits applied to them. This patch makes AFL continue to
    try other CPU cores if the kernel rejects our attempt to bind to an
    apparently free one, since others may succeed.
    
    Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
    qlyoung committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    ad6314b View commit details
    Browse the repository at this point in the history