Loading init/property_service.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -746,7 +746,7 @@ void load_recovery_id_prop() { return; return; } } int fd = open(rec->blk_device, O_RDONLY); int fd = open(rec->blk_device, O_RDONLY | O_CLOEXEC); if (fd == -1) { if (fd == -1) { PLOG(ERROR) << "error opening block device " << rec->blk_device; PLOG(ERROR) << "error opening block device " << rec->blk_device; return; return; Loading Loading
init/property_service.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -746,7 +746,7 @@ void load_recovery_id_prop() { return; return; } } int fd = open(rec->blk_device, O_RDONLY); int fd = open(rec->blk_device, O_RDONLY | O_CLOEXEC); if (fd == -1) { if (fd == -1) { PLOG(ERROR) << "error opening block device " << rec->blk_device; PLOG(ERROR) << "error opening block device " << rec->blk_device; return; return; Loading