Home
last modified time | relevance | path

Searched hist:"6 d9764c2a87cc5a1ce4f3919add6360ec36f81c7" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/test/dm/
H A Deth.c6d9764c2a87cc5a1ce4f3919add6360ec36f81c7 Thu Oct 08 04:45:43 UTC 2015 Bin Meng <bmeng.cn@gmail.com> dm: test: Add a new test case against dm eth codes for NULL pointer access

U-Boot crashes when doing a 'ping' with the following test scenario:

- All ethernet devices are not probed
- "ethaddr" for all ethernet devices are not set
- "ethact" is set to a valid ethernet device name

Add a new test case 'dm_test_eth_act' to hit such scenario.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>