Displaying 2 results from an estimated 2 matches for "hashpage".
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
...> 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/hio.o access/heap/pruneheap.o access/heap/rewriteheap.o
> access/heap/syncscan.o access/heap/tuptoaster.o
> access/heap/visibilitymap.o access/index/genam...