Displaying 2 results from an estimated 2 matches for "l547".
Did you mean:
l147
2019 Jan 22
2
Re: [nbdkit PATCH 0/3] Fix %m usage on BSD
On 11/29/18 12:07 PM, Eric Blake wrote:
> On 11/29/18 11:21 AM, Eric Blake wrote:
>> Our use of "%m" in various error messages is testament to the
>> project's initial life on Linux - but other than Cygwin, I know
>> of no other platforms supporting that glibc extension.
>>
>> We COULD audit the code and manually turn "%m" into
>>
2019 Jan 22
0
Re: [nbdkit PATCH 0/3] Fix %m usage on BSD
What about calls to gettext (ie. _(...))? gnutls_strerror seems at
first glance to be thread safe, but it then passes the result through
gettext.
https://github.com/gnutls/gnutls/blob/5fb3a45e34a843942f0fe55d55779111d7f18eaa/lib/errors.c#L547
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html