From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Tue, 27 Nov 2018 11:07:33 +0100 Subject: [LTP] [PATCH] [WIP] Add fanout01 CVE-2017-15649 In-Reply-To: <20180910122121.26752-1-rpalethorpe@suse.com> References: <20180910122121.26752-1-rpalethorpe@suse.com> Message-ID: <20181127100733.GA4792@dell5510> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Richard, > Signed-off-by: Richard Palethorpe Reviewed-by: Petr Vorel > --- > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include These headers can be omitted: #include #include #include #include Kind regards, Petr