[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/2] Add libfuzzer target to fuzz/x86_instruction_emulator
- To: xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: Tamas K Lengyel <tamas@xxxxxxxxxxxxx>
- Date: Tue, 9 Jul 2024 11:37:08 -0400
- Arc-authentication-results: i=1; mx.zohomail.com; dkim=pass header.i=tklengyel.com; spf=pass smtp.mailfrom=tamas@xxxxxxxxxxxxx; dmarc=pass header.from=<tamas@xxxxxxxxxxxxx>
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1720539467; h=Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To; bh=NUUI8ZSovdRWBKLlWARpYwrsq+B8cMTtPkOYvvyk72o=; b=iaqvb7tfFe2wZfaPPYHenT8FtEsR888UoYkN6cTjewvdGmOSlAOWToOhKFyOYnL8e6edp0v6+3xEgxE7TthLWz5Cg7OF+fCxVnT/D65krJvyvCL4iffRqj9LCk8zUnKMrpAx1KAAbnylFnZv4ey8dPFIuF9GPmpry2p/pNrygEY=
- Arc-seal: i=1; a=rsa-sha256; t=1720539467; cv=none; d=zohomail.com; s=zohoarc; b=e0pU+9+1UYf/E/PZ2cns7rwknbd47XFVjR+vuu8nZc5/Xib///TtJVTqdmEAyrMdztHKoAboGqz1btv7Lep+vh8pCgOMUvH2Q738p48f7SYA2Dm2HLlnHqupUXnPGaHGFMt7sboUyTogVRECrOPbvsfhz2g3ijl1o6DePD0a6+8=
- Cc: Jan Beulich <jbeulich@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Anthony PERARD <anthony@xxxxxxxxxxxxxx>
- Delivery-date: Tue, 09 Jul 2024 15:37:54 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Tue, Jun 25, 2024 at 6:47 PM Tamas K Lengyel <tamas@xxxxxxxxxxxxx> wrote:
>
> This target enables integration into oss-fuzz. Changing invalid input return
> to -1 as values other then 0/-1 are reserved by libfuzzer. Also adding the
> missing __wrap_vsnprintf wrapper which is required for successful oss-fuzz
> build.
>
> Signed-off-by: Tamas K Lengyel <tamas@xxxxxxxxxxxxx>
Patch ping.
|