diff options
| author | 2025-11-11 13:54:12 -0800 | |
|---|---|---|
| committer | 2025-11-18 23:56:11 +0100 | |
| commit | 6010d4d8b55b5d3ae1efb5502c54312e15c14f21 (patch) | |
| tree | 7caa4c9ce93bcfd9c170c3f47d1f448fc58a8b27 /net/openvswitch/ssh:/git@git.zx2c4.com/git: | |
| parent | pinctrl: s32cc: fix uninitialized memory in s32_pinctrl_desc (diff) | |
pinctrl: s32cc: initialize gpio_pin_config::list after kmalloc()
s32_pmx_gpio_request_enable() does not initialize the newly-allocated
gpio_pin_config::list before adding it to s32_pinctrl::gpio_configs.
This could result in a linked list corruption.
Initialize the new list_head with INIT_LIST_HEAD() to fix this.
Fixes: fd84aaa8173d ("pinctrl: add NXP S32 SoC family support")
Signed-off-by: Jared Kangas <jkangas@redhat.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'net/openvswitch/ssh:/git@git.zx2c4.com/git:')
0 files changed, 0 insertions, 0 deletions
