|
From: | Yohei Kojima |
Subject: | Re: [RFC PATCH v2 2/2] linux-user: replace strerror() function to the thread safe qemu_strerror() |
Date: | Fri, 31 Mar 2023 01:04:36 +0900 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 |
On 2023/03/30 23:08, Alex Bennée wrote: > > Yohei Kojima <y-koj@outlook.jp> writes: > >> strerror() is not guaranteed to be thread-safe as described in >> (https://gitlab.com/qemu-project/qemu/-/issues/416). >> >> This commit changes files under /linux-user that call strerror() to call >> the safer qemu_strerror(). > > As mentioned on bug tracker I think you need some more patches for the > other uses. But for this one: > > Reviewed-by: Alex Bennée <alex.bennee@linaro.org> > Thank you for the review. I will add several patches for other subsystems.
[Prev in Thread] | Current Thread | [Next in Thread] |