Branch: refs/heads/master Home: https://github.com/jpirko/libteam Commit: 34080bd1f3534467b1a8fc5c2a36c82170a75ffd https://github.com/jpirko/libteam/commit/34080bd1f3534467b1a8fc5c2a36c82170a... Author: Jiri Pirko jiri@resnulli.us Date: 2014-08-19 (Tue, 19 Aug 2014)
Changed paths: M teamd/teamd_phys_port_check.c
Log Message: ----------- teamd: fix coverity error in teamd_sriov_physfn_addr
Passing variable "256UL" as argument 3 to function readlink, which returns that argument. The value of "ret" is now 256. Overrunning array "link" of 256 bytes at byte offset 256 using index "ret" (which evaluates to 256).
Signed-off-by: Jiri Pirko jiri@resnulli.us
Commit: 785d6afb6212d9a3143740b8aaa5289370b5f074 https://github.com/jpirko/libteam/commit/785d6afb6212d9a3143740b8aaa5289370b... Author: Jiri Pirko jiri@resnulli.us Date: 2014-08-19 (Tue, 19 Aug 2014)
Changed paths: M teamd/teamd_state.c
Log Message: ----------- teamd: teamd_state_val_dump move TEAMD_BUG_ON so it can be actually triggered
Signed-off-by: Jiri Pirko jiri@resnulli.us
Compare: https://github.com/jpirko/libteam/compare/332dc54e8f59...785d6afb6212
libteam@lists.fedorahosted.org