[openSUSE/wicked] 3bc7d3: buffer: adjust uint length to size_t, guard init
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 3bc7d344bfebb6917b7df1afc26472843fdc1ee9 https://github.com/openSUSE/wicked/commit/3bc7d344bfebb6917b7df1afc26472843f... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-03-11 (Fri, 11 Mar 2022) Changed paths: M src/buffer.c M src/buffer.h Log Message: ----------- buffer: adjust uint length to size_t, guard init Commit: cc42be988e61ac45451c8328ad4ba46e4e397020 https://github.com/openSUSE/wicked/commit/cc42be988e61ac45451c8328ad4ba46e4e... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-03-11 (Fri, 11 Mar 2022) Changed paths: M src/dhcp4/fsm.c M src/dhcp4/protocol.c M src/dhcp6/protocol.c M src/firmware.c M src/lldp.c Log Message: ----------- buffer: adjust length and printf formats to zu Commit: d56abf2c089e8be67962377a47996d5b958e3622 https://github.com/openSUSE/wicked/commit/d56abf2c089e8be67962377a47996d5b95... Author: cfconrad <40127946+cfconrad@users.noreply.github.com> Date: 2022-03-15 (Tue, 15 Mar 2022) Changed paths: M src/buffer.c M src/buffer.h M src/dhcp4/fsm.c M src/dhcp4/protocol.c M src/dhcp6/protocol.c M src/firmware.c M src/lldp.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/903 buffer: adjust uint length to size_t, guard init * adjust unsigned int buffer count and tailroom return type to size_t * add guards and return status in init and ensure_tailroom functions * adopt the using side to use size_t and zu printf formats Compare: https://github.com/openSUSE/wicked/compare/bfaba8163e6c...d56abf2c089e
participants (1)
-
cfconrad