• Lorenzo Colitti's avatar
    exit instead of returning when execv()ing clatd fails. · 32b2e795
    Lorenzo Colitti authored
    Returning instead of exiting when execv() fails causes mayhem, as
    it results in two netd processes running, and netd commands being
    processed by one of the two at random.
    
    Bug: 18893886
    Change-Id: I25afbabaef5955c9af7053b0333969b4e83549f1
    32b2e795
ClatdController.cpp 3.83 KB