Eric van Gyzen
Eric van Gyzen
@googlebot I signed it!
I'm working on bhyve virtio-scsi right now. This would have been handy for running my test version of bhyve directly from `/usr/obj`, while keeping the original version in `/usr/sbin` for...
@asomers Done: https://github.com/freebsd/kyua/pull/7
Adding the ssh-rsa key type unconditionally keeps the test simple. Now I see that `PubkeyAcceptedAlgorithms` was simply renamed from `PubkeyAcceptedKeyTypes`, and the old name is retained as an alias, so...
This fixes a `SIGSEGV` on [line 518](https://github.com/vmware/open-vm-tools/pull/677/files#diff-517a84a43ad2e2c5822009616e5f84456c4f40e71c82fe92f3a17e9673987cc9R518). The `line`, `len`, and `term` variables were clearly uninitialized; they looked like stack addresses. Reading the code for `g_io_channel_read_line` clearly shows that it...
This issue is a significant impediment to new users trying to use the cpp-tutorial to learn bazel. That workflow is completely broken on Ubuntu 20.04 and openSUSE Leap 15.5. I...