Displaying 2 results from an estimated 2 matches for "regprefix".
Did you mean:
eprefix
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
...r.o postmaster/bgwriter.o postmaster/checkpointer.o
> postmaster/fork_process.o postmaster/pgarch.o postmaster/pgstat.o
> postmaster/postmaster.o postmaster/startup.o postmaster/syslogger.o
> postmaster/walwriter.o regex/regcomp.o regex/regerror.o
> regex/regexec.o regex/regfree.o regex/regprefix.o regex/regexport.o
> replication/logical/decode.o replication/logical/logical.o
> replication/logical/logicalfuncs.o replication/logical/reorderbuffer.o
> replication/logical/origin.o replication/logical/snapbuild.o
> replication/walsender.o replication/walreceiverfuncs.o
> replicat...