Re: Fuzz testing COPY FROM parsing

From: David Fetter <david(at)fetter(dot)org>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fuzz testing COPY FROM parsing
Date: 2021-02-06 01:40:52
Message-ID: 20210206014052.GB2256@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Feb 05, 2021 at 12:45:30PM +0200, Heikki Linnakangas wrote:
> Hi,
>
> I've been mucking around with COPY FROM lately, and to test it, I wrote some
> tools to generate input files and load them with COPY FROM:
>
> https://github.com/hlinnaka/pgcopyfuzz

Neat!

The way it's already produced results is impressive.

Looking at honggfuzz, I see it's been used for wire protocols, of
which we have several. Does testing our wire protocols seem like a
big lift?

Best,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message James Hilliard 2021-02-06 03:53:09 Re: [PATCH 1/1] Fix detection of pwritev support for OSX.
Previous Message Michael Paquier 2021-02-06 01:36:23 Re: Correct comment in StartupXLOG().