| commit | a857936232478afe0329b2d66ea8a794ca6f3667 | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Mon Jan 27 11:34:26 2025 +0100 |
| committer | Jan Schär <jan@monogon.tech> | Mon Jan 27 16:44:11 2025 +0000 |
| tree | 7f9308b1be0eef9de07c25ae85deb6aeb55b1576 | |
| parent | d1683d27351bb06f1e896ce29512531b8e67e57c [diff] |
m/n/core/network: fix panic If the channel is closed, then u.Link is nil, and calling .Attrs() on it causes a nil pointer dereference panic. Change-Id: I2d1b7b4e38957e6a55ef663876ac571e2dd6d3c1 Reviewed-on: https://review.monogon.dev/c/monogon/+/3809 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.