by blackhole on 2/1/24, 8:33 PM with 13 comments
by marcus0x62 on 2/1/24, 8:51 PM
An example: https://www.theonion.com/no-way-to-prevent-this-says-only-na...
by MattPalmer1086 on 2/1/24, 9:31 PM
I just did some coding on C for the first time in years. Now, ok, i'm out of practice, but I'm generally a fairly cautious programmer. I got so many seg faults and weird memory errors in my code. Valgrind found some more that I hadn't spotted.
It's just too easy to screw it up. Much better to use languages that remove entire classes of bug without you having to even think about it.
by ChrisArchitect on 2/1/24, 9:23 PM
CVE-2023-6246: Heap-based buffer overflow in the glibc's syslog()
by stonogo on 2/1/24, 8:58 PM
Would love to know what language the author thinks glibc should have been written in in the late eighties.
by saagarjha on 2/1/24, 8:53 PM
I wish!
by Gow8876 on 2/2/24, 8:41 AM