diff options
author | Eric Blake <eblake@redhat.com> | 2011-06-29 16:11:30 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2011-06-30 11:36:52 -0600 |
commit | dbf055efa081d317581bff6f95b166f0c8a21d09 (patch) | |
tree | de0966105a3924ca6eb5b61afde2c48e18f86ab9 /.gnulib | |
parent | rpc: avoid freeing uninitialized variable (diff) | |
download | libvirt-dbf055efa081d317581bff6f95b166f0c8a21d09.tar.gz libvirt-dbf055efa081d317581bff6f95b166f0c8a21d09.tar.bz2 libvirt-dbf055efa081d317581bff6f95b166f0c8a21d09.zip |
build: avoid double-close bug with pipe2
Based on Coverity's finding on the previous patch, I audited
gnulib's pipe2 code and found that we had the potential for
a subtle double-close bug, unless gnulib guarantees that the
contents of the fd array are unchanged on pipe2() failure.
* .gnulib: Update to latest, for pipe2 fix.
Diffstat (limited to '.gnulib')
m--------- | .gnulib | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/.gnulib b/.gnulib -Subproject cbfd25f0edf5f4b853e8ed2e01a4782ec80faba +Subproject 7269b35c8d9be1a6f97906b9e29b8c422b92fc3 |