Julia Schlumpp
Julia Schlumpp
I've seen the same error message with a flatpak packaged OpenSpades. Flatpak had some strange setup for OpenGL back when I tried it, IIRC It's isolated from the host system...
@marcrittinghaus is currently working on a virtual address management library (#603). I think it might be beneficial to use that library to provide the shadow memory. Instead of allocating a...
Here are my thoughts about the network data validation issue: Receiving malformed data is not an logic error. For example an malicious server shouldn't be able to crash the client...
@NotAFile I don't agree, because it's not possible to distinguish between an broken packet and a recently defined packet. The client wouldn't know if the unknown or corrupt data is...
@razvand I would prefer this to not be part of the 0.14.1 release. I still have to fix some things and also the nofault tests are currently broken in the...
@John-Ted That's because dereferencing the null pointer is undefined behavior. GCC replaces the operation with a trap instruction if it knows that a pointer is NULL (See the assembly output...
Updated and rebased the PR
I noticed that there are also function macros generated such as `name_RB_INSERT` with name being lower-case by our convention, which looks a bit strange overall. I wonder whether we should...
I just checked the FreeBSD code and they also use lower case for the names. Let's just leave it at the mixed case names. In some cases you will have...
As of this year, firecracker started implementing ACPI, so this PR might be not necessary anymore?