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,11 +8,11 @@
  * source.  A copy of the CDDL is also available via the Internet at
  * http://www.illumos.org/license/CDDL.
  */
 
 /*
- * Copyright 2018 Joyent, Inc.
+ * Copyright 2019 Joyent, Inc.
  */
 
 /*
  * Validate various fcntl(2) and flock(3C) operations.
  */

@@ -325,11 +325,10 @@
                 return (WEXITSTATUS(childstat));
         } else if (WIFSIGNALED(childstat)) {
                 return (1);
         } else {
                 abort();
-                return (1);
         }
 }
 
 
 static void