Skip to content
#

unikernel

Here are 99 public repositories matching this topic...

nanos
wjhun
wjhun commented Jun 15, 2020

There are numerous areas in the kernel where a heap allocation failure is being silently ignored, merely asserted against or otherwise mishandled. Assertions may suffice for allocations on initialization (where system bringup would otherwise be impossible), but allocation failures which may reasonably happen during runtime must be addressed.

See, for example, #1199; all the various calls to the

ops
whohoho
whohoho commented Mar 29, 2020

openvpn_server_config_parser.exe windows-riseup-client.cfg
openvpn_server_config_parser.exe: [INFO] Reading file "windows-riseup-client.cfg"
openvpn_server_config_parser.exe: [ERROR] : Error at byte offset 988: "tls-cipher TLS-DHE-RSA-WITH-AES-256-CBC-SHA\ncipher AES-256-CBC\nauth SHA256\n\ndev tun\n# if dev tun doe"

Improve this page

Add a description, image, and links to the unikernel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the unikernel topic, visit your repo's landing page and select "manage topics."

Learn more