Rolf Eike Beer
Rolf Eike Beer
**Change Type Requested** Update **CVE id number** CVE-2023-20941 **References** The text talks about f_accessory.c, which I can't find in the vanilla kernel. I believe it's this one: [f_accessory.c log](https://android.googlesource.com/kernel/msm/+log/android-msm-wahoo-4.4-oreo-dr1/drivers/usb/gadget/function/f_accessory.c).
**Change Type Requested** Update **CVE id number** CVE-2022-47946 **References** (https://github.com/gregkh/linux/commit/0f544353fec8e717d37724d95b92538e1de79e86) in 5.10.155 fixes it (https://github.com/gregkh/linux/commit/a63d9157571b52f7339d6db4c2ab7bc3bfe527c0) in 5.10.12 backported the offending code (https://github.com/torvalds/linux/commit/d9d05217cb6990b9a56e13b56e7a1b71e2551f6c) in 5.11-rc3 was the original commit **Additional context**...
A few weeks before, execution of "cvechecker -r" gave some entries for glibc, which were from 2016. After updating cvechecker and the database this week and executing "cvechecker -r" again...
They need to have the same alignment as the contained data type, i.e. up to uint64. Otherwise usage of SHA HMACs causes bus errors on sparc.
**Describe the bug** I'm looking at the code in [rewriteSectionExecutable#906](https://github.com/NixOS/patchelf/blob/master/src/patchelf.cc#L906), which calculates the extra size needed to make the section header into a grown file. It does this: ```cpp off_t...
Would have been another way to solve #35: pretixdroid could have shown me a warning message on startup that said that the currently configured event was weeks ago. I would...
If the event only has a single check-in list then just use this without additional confirmation.
While rebasing the SPF patch I noticed that we list some headers multiple times as dependency for a single target.
Fixes #270. There were situations where the generated functions would ignore the fd that was passed as their argument because if was always "-1". This happened when the substdio was...
The new ```GEN_SAFE_TIMEOUTREAD``` and ```GEN_SAFE_TIMEOUTWRITE``` makros allow to pass the name of a filedescriptor. This one is used to actually do the underlying read and write operations. However these functions...