Y
Hacker News
new
|
ask
|
show
|
jobs
by
SSLy
169 days ago
plainly, crash = DoS = security issue = CVE.
QED.
1 comments
michaelt
169 days ago
BRB, raising a CVE complaining the OOM killer exists.
link
pamcake
169 days ago
Memory leaks are usually (accurately) treated as DoS. OoM killer is a mitigation to contain them and not DoS the entire OS.
link
worthless-trash
169 days ago
I could be wrong. But operation by design isn't considered a bug.
link
samus
169 days ago
It is if some other condition is violated that is more important. Then the design might have to be reconsidered.
link
suspended_state
169 days ago
If it is faulty, then it's not a bug, it's a flaw.
link
lfllfkddl
168 days ago
It is possible to design a security vulnerability.
link
worthless-trash
168 days ago
Oh, now that is an exciting area.
link
SSLy
169 days ago
you either get OOMed or next malloc fails and that's also going to wreck havoc
link