1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

Add call-with-output-string no segv on closed port.

This commit is contained in:
Kevin Ryde 2003-10-01 23:51:41 +00:00
parent 5a825ad439
commit 88fd89ac40

6
NEWS
View file

@ -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