
25 May
2011
25 May
'11
7:23 a.m.
2011/5/25 Eric Blake <eblake@redhat.com>:
In particular, this guarantees that virStrerror always gives a useful result.
* .gnulib: Update to latest, for (lots of) strerror_r fixes. ---
This patch removes the need for Daniel's proposal: https://www.redhat.com/archives/libvir-list/2011-May/msg01236.html
Now gnulib guarantees that strerror_r will never leave garbage in the buffer.
.gnulib | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
* .gnulib 2c25c9e...f4c4af0 (67): > docs: document recently fixed glibc printf bug [...] > fnmatch: avoid compiler warning
This also pulls in the fix for the fnmatch compile warning. ACK. Matthias