coreos / butane

Butane translates human-readable Butane Configs into machine-readable Ignition Configs.
https://coreos.github.io/butane/
Apache License 2.0
255 stars 70 forks source link

fcos/v1_5_exp: check return value when writing to hash #401

Closed bgilbert closed 2 years ago

bgilbert commented 2 years ago

Hash writes shouldn't fail, but Coverity doesn't know that. Add a check and panic just to be sure.