236250492e
When Routed_Device_Index reached MAX_NUM_DEVICES, Get_Routed_Device_Object() returned NULL without updating iCurrent_Device_Idx, causing Send_I_Am() to broadcast the previous device's I-Am again. * Initialize Routed_Device_Index to 1 (first routed device index) * Move increment after Send_I_Am() to prevent out-of-bounds access Signed-off-by: kimhyeongjun <hjun1.kim@samsung.com>