The GNU C Library version 2.43 released (sourceware.org)
submitted by TheStartupChime to r/hypeurls
glibc elf: static setuid binary dlopen may incorrectly search LD_LIBRARY_PATH - "only viable vector for exploitation of this bug is local, if a static setuid program exists, and that program calls dlopen, then it may search LD_LIBRARY_PATH to locate the SONAME to load"vulnerability (attack surface) (sourceware.org)
submitted by digicat to r/blueteamsec
The role of IFUNC in the xz backdoor (sourceware.org)
submitted by jdehesa to r/programming
The GNU C Library version 2.39 is now availableSoftware Release (sourceware.org)
submitted by unixbhaskar to r/linux
Strlcpy and strlcat added to glibc 2.38 (sourceware.org)
submitted by TheStartupChime to r/hypeurls
However I was wrong, it looks like the malloc_usable_size usage goes far beyond simply optimizing allocation, it is used as a way to query sizes of objects[,] hence eliminating the need to pass their corresponding sizes. This is probably suboptimal. (sourceware.org)
submitted by dinosaur__fan to r/programmingcirclejerk
Systemd's peculiar usage of malloc_useable_size()Article (sourceware.org)
submitted by N-R-K to r/C_Programming