commit a8c766220f1c1d60c7ccb2a1f888423145495942
Author: Nick Mathewson <[email protected]>
Date: Thu Jun 16 15:53:05 2016 -0400
Mark an abort() as unreachable.
---
src/common/util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/util.c b/src/common/util.c
index a80d96a..2f7cc4f 100644
--- a/src/common/util.c
+++ b/src/common/util.c
@@ -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;
_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits