Y
Hacker News
new
|
ask
|
show
|
jobs
by
j_s
3281 days ago
Has HN ever discussed the possibilities when purposely crafting worst-case input to amplify a denial-of-service attack?
2 comments
nightcracker
3281 days ago
If whoever you're targeting uses libc++, I already did the analysis:
https://bugs.llvm.org/show_bug.cgi?id=20837
To my knowledge it's still not fixed.
link
beagle3
3281 days ago
Doug McKilroy did some 20 years ago, for quick sort:
http://www.cs.dartmouth.edu/~doug/mdmspe.pdf
link
To my knowledge it's still not fixed.