Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
vitiral
on Feb 6, 2024
|
parent
|
context
|
favorite
| on:
Out-of-bounds read and write in the glibc's qsort(...
> So glibc's qsort doesn't sort arrays of items when fed nonsense input? No kidding.
Not only will it not sort them... it will lead to OOB memory accesses by qsort itself
nuc1e0n
on Feb 6, 2024
[–]
Yeah, I agree that's a bug and it's good to have a fix for it.
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Not only will it not sort them... it will lead to OOB memory accesses by qsort itself