31
Sundtek DAB/DAB+/FM/FM HD / Re: Fragen und Weierentwicklung Streaming Server
« Letzter Beitrag von Sundtek am August 25, 2026, 06:56:13 Nachmittag »Kannst du deine Senderdatenbank (sundtek.db) an kontakt at sundtek de schicken?
LD_PRELOAD library that emulates SysV IPC (shm/sem/msg) entirely in
userspace using POSIX shared memory objects + pthread PROCESS_SHARED
mutexes/condvars. Intended for kernels built with CONFIG_SYSVIPC=n,
where shmget()/semget()/msgget() and friends would otherwise fail with
ENOSYS.
Given AArch64 calling convention (x0=arg1, x1=arg2, x2=arg3), this pattern — a dest/pointer arg of -1, a source of NULL, and a huge/wrapped length in x2 — is glibc memcpy/memmove/memset called with corrupted arguments. The -16 in x3 is also a classic glibc malloc chunk-header artifact (size field with flag bits). This smells like heap corruption or a bad size calculation inside mediasrv (buffer overflow, use-after-free, or an integer underflow producing SIZE_MAX-ish values)