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

afl: Fix afl-qemu build by applying new patches #79

Closed
wants to merge 1 commit into from

Commits on Mar 12, 2020

  1. afl: Fix afl-qemu build by applying new patches

    These patches are gathered from different sources,
    see also below.
    The other patch is required because some implicitly included
    files are not included anymore, requiring an explicit include
    of <linux/sockios.h>.
    This solves issue google#41.
    
    Build errors include: SIOCGSTAMP not declared,
      SIOCGSTAMPNS not declared and `static declaration of ‘gettid’ follows non-static declaration`
    
    See also:
    - qemu/qemu@71ba74f
    - qemu/qemu@6d5d5dd
    - https://lkml.org/lkml/2019/6/3/988
    - https://patchwork.kernel.org/patch/10862231/
    Mindavi committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    6c917e3 View commit details
    Browse the repository at this point in the history