Colin Walters

Results 550 issues of Colin Walters

Found by a static analyzer. ``` bubblewrap-0.4.1/bubblewrap.c:1500: overwrite_var: Overwriting "opt_args_data" in "opt_args_data = load_file_data(the_fd, &data_len)" leaks the storage that "opt_args_data" points to. # 1498| * keep allocated until exit time,...

When debugging things, it's really useful to be able to see from the process output which thing is which. Here, we're using the term "cinit" for the in-container init. I...

I did test this and it works...but I'm a little uncertain about whether it's correct. Netlink scares me :smile: I tried looking at other reference code, but systemd has custom...

help wanted

While we allow the creation of a new netns, we don't allow configuring it, so our current support is "host network" or "none". It would be quite interesting to allow...

I'm mostly just using bubblewrap as a dependency of rpm-ostree's script sandboxing; we're not trying to protect against malicious attacks, and it's mostly feature complete from my PoV, although overlayfs...

This repository currently uses [PAPR](https://github.com/projectatomic/papr/) which is in the process of being decomissioned. There is no one successor to PAPR; Github has a powerful pluggable API for CI, and you...

We have an effort to deduplicate the rhcos/fcos pipeline logic. But even if that happens, there's still a duplicate "pipeline" today in e.g. the Prow logic. I think we're not...

Let's merge this in...say a month or so? rpm-ostree v2022.12 should have propagated far enough by then.

do-not-merge/work-in-progress

This is part of https://github.com/coreos/fedora-coreos-tracker/issues/828 conceptually, which was actually in retrospect framed too broadly. Focus shifted to [coreos layering](https://github.com/coreos/enhancements/blob/main/os/coreos-layering.md) but that's really the "user experience" half. Re engineering how we...

jira

qemu5 is in f33, so once we rebase coreos-assembler to that we can port our usage of 9p to virtiofs which will solve a bunch of problems: - access to...