debian/patches/any/add-test-for-pthread-attr-copy.patch: add
test case for it.
SECURITY UPDATE: Use-after-free in mq_notify
debian/patches/any/CVE-2021-33574.patch: use _pthreadattrcopy
to completely duplicate thread attribute, avoid NULL pointer
dereference in helperthread as per CVE-2021-38604.
CVE-2021-33574
CVE-2021-38604
SECURITY UPDATE: Out-of-bounds read in wordexp
debian/patches/any/CVE-2021-35942.patch: use strtoul and
'unsigned long' to prevent signed integer overflow
in array index.