1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-25 19:50:30 +02:00
Files
guix/guix
Ludovic Courtès 85f4f7b790 zlib: Fix race condition when closing gzip ports.
Fixes <https://bugs.gnu.org/29335>.

* guix/zlib.scm (close-procedure): Remove.
(make-gzip-input-port): Do (dup (fileno port)) to get a file descriptor
for 'gzdopen'.  Close PORT before returning.  Use 'gzclose' as the
'close' procedure of the returned port.
(make-gzip-output-port): Likewise.
2017-11-19 23:09:01 +01:00
..
2017-07-21 17:03:24 +02:00
2017-01-28 18:55:20 +01:00
2017-03-18 00:38:41 +01:00
2015-01-26 21:58:12 +01:00
2017-10-22 22:09:00 -07:00
2017-05-03 16:16:17 +02:00
2017-11-08 22:31:58 +01:00
2017-11-18 11:29:36 +01:00
2017-05-03 16:16:17 +02:00
2017-10-19 23:21:49 +02:00
2017-11-05 15:21:53 +01:00
2015-01-11 23:50:01 +01:00
2017-11-19 23:09:01 +01:00
2017-10-07 17:08:32 +02:00