[openSUSE/wicked] 4930c5: nanny: Fix ni_nanny_identify_node_owner() exit con...
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 4930c5d6d8451520a0b70ea7d518af0bb9230ecf https://github.com/openSUSE/wicked/commit/4930c5d6d8451520a0b70ea7d518af0bb9... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2021-05-07 (Fri, 07 May 2021) Changed paths: M nanny/nanny.c Log Message: ----------- nanny: Fix ni_nanny_identify_node_owner() exit condition The function is calling it self recursively with `node->parent`, but didn't checked if node is already a root one. This just fix the `Segmentation fault` which was discovered, if we reach a configuration constraint like: ```xml <password type="string" constraint="required"> <meta:user-input type="password" prompt="please enter WPA EAP password"/> </password> ``` and the password wasn't set in the current configuration. But it doesn't fix the prompt for password! Commit: 81e596346edf2381dde40087510286772601a2ab https://github.com/openSUSE/wicked/commit/81e596346edf2381dde400875102867726... Author: Marius Tomaschewski <mt@suse.com> Date: 2021-05-07 (Fri, 07 May 2021) Changed paths: M nanny/nanny.c Log Message: ----------- Merge pull request #871 from cfconrad/github_cfconrad_pr_fix_ni_nanny_identify_node_owner nanny: Fix ni_nanny_identify_node_owner() exit condition Compare: https://github.com/openSUSE/wicked/compare/dfe9a01ff6c2...81e596346edf
participants (1)
-
Marius Tomaschewski