| commit | 31b15ab02038b60d714b2a9c9563309c8bdb6cb6 | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Wed Jul 30 11:56:06 2025 +0200 |
| committer | Jan Schär <jan@monogon.tech> | Wed Jul 30 14:52:26 2025 +0000 |
| tree | 4aca62f631adb43e974d7d34f6bcfcecde168b12 | |
| parent | 1a7e1fe7c4059d79a4f5452d3ac9821cdaf22245 [diff] |
osbase/oci/osimage: fix possible nil dereference Because a double pointer was passed to json.Unmarshal, it could set config to nil when the json is "null", resulting in a nil pointer dereference. Change-Id: I93077e1cafd8c4e3d0a47d9a4f2321e2ea005d58 Reviewed-on: https://review.monogon.dev/c/monogon/+/4487 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@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:
git to check out modules.python3 to generate the workspace status to stamp./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.