$OpenBSD: patch-src_encoderB64_cpp,v 1.1.1.1 2009/02/16 09:42:47 ajacoutot Exp $
--- src/encoderB64.cpp.orig	Thu Jan  8 14:37:22 2009
+++ src/encoderB64.cpp	Thu Jan  8 14:37:30 2009
@@ -80,7 +80,7 @@ const utility::stream::size_type encoderB64::encode(ut
 	const int maxLineLength = std::min(propMaxLineLength, 76);
 
 	// Process data
-	utility::stream::value_type buffer[65536];
+	utility::stream::value_type buffer[4096];
 	utility::stream::size_type bufferLength = 0;
 	utility::stream::size_type bufferPos = 0;
 
