[devmgr] Use abort() instead of exit()
The code was not written with the expectation that global dtors run, and executing them currently results in ASAN violations. Change-Id: Ib9e709483b30a8308af59009c0cbb22fec1fd2e1
Showing
- zircon/system/core/devmgr/devcoordinator/devfs.cpp 1 addition, 1 deletionzircon/system/core/devmgr/devcoordinator/devfs.cpp
- zircon/system/core/devmgr/devcoordinator/main.cpp 1 addition, 1 deletionzircon/system/core/devmgr/devcoordinator/main.cpp
- zircon/system/core/devmgr/devhost/devhost.cpp 3 additions, 3 deletionszircon/system/core/devmgr/devhost/devhost.cpp
Loading
Please register or sign in to comment