Closed Uglymotha closed 3 years ago
There's a patch posted for this here: https://listman.redhat.com/archives/dm-devel/2021-July/msg00159.html
As part of this patchset: https://listman.redhat.com/archives/dm-devel/2021-July/msg00157.html
Addressed by #13.
Fixed by #13
From glibc 2.34 changelog:
Result is a type mismatch error in libmultipath/util.c, unsigned long int (size_t) vs unsigned int on line 226: if (stacksize < PTHREAD_STACK_MIN)
changing stacksize to be long int fixes the issue, but not sure if thats a desirable solution.