mirror of https://github.com/hashicorp/consul
Avoid decoding nil pointer in map walker (#17048)
parent
2cefa8d9bd
commit
bdc3dd14c2
@ -0,0 +1,3 @@
|
|||||||
|
```release-note:bug
|
||||||
|
Fix an bug where decoding some Config structs with unset pointer fields could fail with `reflect: call of reflect.Value.Type on zero Value`.
|
||||||
|
```
|
Loading…
Reference in new issue