Print this page
10703 smatch unreachable code checking needs reworking
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
*** 8,18 ****
* source. A copy of the CDDL is also available via the Internet at
* http://www.illumos.org/license/CDDL.
*/
/*
! * Copyright 2018 Joyent, Inc.
*/
/*
* Validate various fcntl(2) and flock(3C) operations.
*/
--- 8,18 ----
* source. A copy of the CDDL is also available via the Internet at
* http://www.illumos.org/license/CDDL.
*/
/*
! * Copyright 2019 Joyent, Inc.
*/
/*
* Validate various fcntl(2) and flock(3C) operations.
*/
*** 325,335 ****
return (WEXITSTATUS(childstat));
} else if (WIFSIGNALED(childstat)) {
return (1);
} else {
abort();
- return (1);
}
}
static void
--- 325,334 ----