Synchronize listeners in ConfigurationControllerImpl

An array was being modified at the same time it was being copied.
This causes nulls to be copied into the new destination, resulting in
unexpected NPEs when accessed.

Flag: NA
Test: NA
Fixes: 280463030
Change-Id: I6752fbd677a63e72f16edcaebb678a4272432e3b
1 file changed