Commit a8c76622 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Mark an abort() as unreachable.

parent a4189049
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3795,7 +3795,7 @@ format_number_sigsafe(unsigned long x, char *buf, int buf_len,

  /* NOT tor_assert; see above. */
  if (cp != buf) {
    abort();
    abort(); // LCOV_EXCL_LINE
  }

  return len;