From 88fd89ac40fcd95082dfe7ba16a052025e1a7656 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 1 Oct 2003 23:51:41 +0000 Subject: [PATCH] Add call-with-output-string no segv on closed port. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 62ea3371a..14e74b595 100644 --- a/NEWS +++ b/NEWS @@ -468,6 +468,12 @@ chapter in the reference manual. There is no replacement for undefine. +** call-with-output-string doesn't segv on closed port + +Previously call-with-output-string would give a segmentation fault if +the string port was closed by the called function. An exception is +raised now. + ** (ice-9 popen) duplicate pipe fd fix open-pipe, open-input-pipe and open-output-pipe left an extra copy of