[wicked-commit] [openSUSE/wicked] f1c29e: team: fix segfault on teamd discovery failure

Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: f1c29e5ae54bdfad1a20238d62c5e9177e4039a8 https://github.com/openSUSE/wicked/commit/f1c29e5ae54bdfad1a20238d62c5e9177e... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-09-03 (Thu, 03 Sep 2015) Changed paths: M src/teamd.c Log Message: ----------- team: fix segfault on teamd discovery failure On failure (e.g. teamd currently not running), the discover were freeing team pointer on the device without proper reset, instead of the local variable it allocated for the results, causing to run into a segfault on a dangling pointer later. Commit: cf0457c66233f76d11eed914118ab02bd36393ee https://github.com/openSUSE/wicked/commit/cf0457c66233f76d11eed914118ab02bd3... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M src/teamd.c Log Message: ----------- Merge pull request #584 from mtomaschewski/team-discover-fix team: fix segfault on teamd discovery failure Compare: https://github.com/openSUSE/wicked/compare/438f8bbce89a...cf0457c66233
participants (1)
-
Pawel Wieczorkiewicz