From 1c356948f137d46872d6af17d586960517cf100a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 19 Apr 2019 14:19:41 +0200 Subject: httpd: use full size of iobuf[] when piping CGI data Signed-off-by: Denys Vlasenko --- shell/hush.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'shell/hush.c') diff --git a/shell/hush.c b/shell/hush.c index d745148f4..b3ae73b9b 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -363,9 +363,6 @@ #ifndef F_DUPFD_CLOEXEC # define F_DUPFD_CLOEXEC F_DUPFD #endif -#ifndef PIPE_BUF -# define PIPE_BUF 4096 /* amount of buffering in a pipe */ -#endif #if ENABLE_FEATURE_SH_EMBEDDED_SCRIPTS && !(ENABLE_ASH || ENABLE_SH_IS_ASH || ENABLE_BASH_IS_ASH) # include "embedded_scripts.h" -- cgit v1.2.3