Module Name:src
Committed By: christos
Date: Fri Sep 10 13:33:45 UTC 2021
Added Files:
src/lib/libedit/TEST: fuzz1.c
Log Message:
Add an LLVM fuzzing wrapper for the portable libedit (Christian Holler)
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/lib
Module Name:src
Committed By: christos
Date: Fri Sep 10 13:33:45 UTC 2021
Added Files:
src/lib/libedit/TEST: fuzz1.c
Log Message:
Add an LLVM fuzzing wrapper for the portable libedit (Christian Holler)
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/lib
On Jun 18, 7:49pm, m...@3am-software.com (Matt Thomas) wrote:
-- Subject: Re: CVS commit: src/lib/libedit/TEST
|
| On Jun 18, 2014, at 1:12 PM, Christos Zoulas wrote:
|
| > cast gotsig because it is long on some systems.
|
| Why cast to int instead of long?
Because the only values we set
On Jun 18, 2014, at 1:12 PM, Christos Zoulas wrote:
> cast gotsig because it is long on some systems.
Why cast to int instead of long?