Re: [PATCH] nslookup: ensure unique transaction IDs for the DNS queries

2023-05-09 Thread Denys Vlasenko
On Sat, Oct 8, 2022 at 7:23 PM Uwe Kleine-König wrote: > > The transaction IDs generated by res_mkquery() for both glibc and musl only > depends on the state of the monotonic clock. Hmm... did you report this to them? ___ busybox mailing list

Re: [PATCH] nslookup: ensure unique transaction IDs for the DNS queries

2023-05-09 Thread Denys Vlasenko
Applied, thank you. On Sat, Oct 8, 2022 at 7:23 PM Uwe Kleine-König wrote: > > The transaction IDs generated by res_mkquery() for both glibc and musl only > depends on the state of the monotonic clock. > For some machines (here: a TP-Link RE200 powered by a MediaTek MT7620A) > the monotonic

[PATCH v4] seedrng: fix getrandom() detection for non-glibc libc

2023-05-09 Thread Raphaël Mélotte
glibc <= 2.24 does not provide getrandom(). A check for it has been added in 200a9669fbf6f06894e42439fc11a1a6073a and fixed in cb57abb46f06f4ede8d9ccbdaac67377fdf416cf. However, building with a libc other than glibc can lead to the same problem as not every other libc has getrandom() either: