[libvirt] [PATCH] build: avoid strerror_r pitfalls

Matthias Bolte matthias.bolte at googlemail.com
Wed May 25 05:23:58 UTC 2011


2011/5/25 Eric Blake <eblake at 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




More information about the libvir-list mailing list