aboutsummaryrefslogtreecommitdiff
path: root/src/internal/fuzz
AgeCommit message (Expand)Author
2024-03-27all: make use of builtin clearJes Cok
2024-03-26all: fix a large number of commentscui fliter
2024-03-07internal/fuzz: remove useless codeguoguangwu
2023-11-17all: make more use of the new atomic integer typesDaniel Martí
2023-09-18all: clean unnecessary castsJes Cok
2023-08-14internal/fuzz: use the built-in min functioncui fliter
2023-07-20internal/fuzz: pass handle to temporary file instead of the pathqmuntal
2023-06-22internal/fuzz: fix typo in commentOleksandr Redko
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
2023-03-16internal/fuzz: release lock when reading file failsRoland Shoemaker
2023-03-16internal/fuzz: fix debug statementRoland Shoemaker
2023-03-16internal/fuzz: more debug loggingRoland Shoemaker
2023-03-15internal/fuzz: improve debugging messagesRoland Shoemaker
2023-03-10internal/fuzz: avoid deadlock on duplicate entries with exec limitRoland Shoemaker
2022-11-18all: add missing periods in commentscui fliter
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-11-05all: fix comment typosDan Kortschak
2022-10-17internal/fuzz: write shorter testdata corpus file namesRuss Cox
2022-10-12all: prevent fakePC overflow on 386 in libfuzzer modeCuong Manh Le
2022-10-04cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh
2022-09-30internal: fix a few function names on commentscui fliter
2022-09-29internal: use time.Since instead of time.Now().Subcuiweixie
2022-09-28internal: use bytes.Clonecuiweixie
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-09-08all: use unsafe.{Slice, SliceData, String, StringData} to simplify codehopehook
2022-09-07internal/fuzz: simplify code using unsafe.{SliceData,Slice}cuiweixie
2022-07-25internal/fuzz: fix typo in function commentsAbirdcfly
2022-05-23cmd/compile: support libFuzzer value profiling mode for integer comparesKhaled Yakdan
2022-05-20internal/fuzz: trim carriage return from version lineDan Kortschak
2022-05-20cmd/compile: intercept string compares in libFuzzer modeKhaled Yakdan
2022-03-10internal/fuzz: minimization should not reduce coverageSteven Johnstone
2022-03-10internal/fuzz: don't use dirty coverage maps during minimizationRoland Shoemaker
2022-03-08internal/fuzz: fix encoding for out-of-range ints and runesBryan C. Mills
2022-03-07internal/fuzz: fix TestUnmarshalMarshal on MIPSRoland Shoemaker
2022-03-04internal/fuzz: handle Inf/NaN float valuesRoland Shoemaker
2022-02-04internal/fuzz: change meaning of "total" in outputKatie Hockman
2022-02-02internal/fuzz: small cleanupsKatie Hockman
2022-02-01internal/fuzz: properly handle duplicates during cache loadingRoland Shoemaker
2022-01-27internal/fuzz: centralize corpus entry additionRoland Shoemaker
2022-01-12cmd/go: enable fuzz testing for FreeBSDAyan George
2021-12-20all: fix spelling errors found by misspellDan Kortschak
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-07internal/fuzz: handle unrecoverable errors during minimizationKatie Hockman
2021-11-19internal/fuzz: fix chunk swap mutatorRoland Shoemaker
2021-11-19internal/fuzz: compute correct number of mutationsRoland Shoemaker
2021-11-17internal/fuzz: limit number of consecutive mutationsRoland Shoemaker
2021-11-12internal/fuzz: set timeout for each exec of fuzz targetKatie Hockman
2021-11-11all: update terminology for fuzzingKatie Hockman
2021-11-04internal/fuzz: fix internal error handlingKatie Hockman
2021-11-04internal/fuzz: improve minimizing messageKatie Hockman