$OpenBSD: patch-src_utility_stream_cpp,v 1.1.1.1 2009/02/16 09:42:47 ajacoutot Exp $
--- src/utility/stream.cpp.orig	Thu Jan  8 14:37:36 2009
+++ src/utility/stream.cpp	Thu Jan  8 14:37:44 2009
@@ -57,7 +57,7 @@ const stream::size_type bufferedStreamCopy(inputStream
 const stream::size_type bufferedStreamCopy(inputStream& is, outputStream& os,
 	const stream::size_type length, progressionListener* progress)
 {
-	stream::value_type buffer[65536];
+	stream::value_type buffer[4096];
 	stream::size_type total = 0;
 
 	if (progress != NULL)
