Displaying 2 results from an estimated 2 matches for "gistbuild".
Did you mean:
fastbuild
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote:
> Did you build the Postgres code with -fsanitize-coverage=... ?
Yes:
CC = clang
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
-fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2015 Sep 03
2
Fuzzing complex programs
.../gin/ginbulk.o
> access/gin/ginfast.o access/gin/ginpostinglist.o access/gin/ginlogic.o
> access/gist/gist.o access/gist/gistutil.o access/gist/gistxlog.o
> access/gist/gistvacuum.o access/gist/gistget.o access/gist/gistscan.o
> access/gist/gistproc.o access/gist/gistsplit.o access/gist/gistbuild.o
> access/gist/gistbuildbuffers.o access/hash/hash.o
> access/hash/hashfunc.o access/hash/hashinsert.o access/hash/hashovfl.o
> access/hash/hashpage.o access/hash/hashscan.o access/hash/hashsearch.o
> access/hash/hashsort.o access/hash/hashutil.o access/heap/heapam.o
> access/heap/h...