diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2021-08-01 02:42:03 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-03 18:54:23 +0200 |
commit | ca94a833374b3fec720cc8ee911b9824c3021828 (patch) | |
tree | a3b14210db48faae752c23f329cf5f96875ae98e /Documentation/RunningTests.md | |
parent | 109c885585a980a68448348873f707b860e5a910 (diff) | |
download | serenity-ca94a833374b3fec720cc8ee911b9824c3021828.zip |
Kernel: Handle OOM from DoubleBuffer usage in IPv4Socket
The IPv4Socket requires a DoubleBuffer for storage of any data it
received on the socket. However it was previously using the default
constructor which can not observe allocation failure. Address this by
plumbing the receive buffer through the various derived classes.
Diffstat (limited to 'Documentation/RunningTests.md')
0 files changed, 0 insertions, 0 deletions