summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrob <rob@openbsd.org>2019-04-27 04:28:57 +0000
committerrob <rob@openbsd.org>2019-04-27 04:28:57 +0000
commit9d7612bb6e1be03147b48e37d1d06d94dd7fb622 (patch)
treeb1ca77e2857f05bb354f5724365c1e14bb2d0005
parentTweak previous. (diff)
downloadwireguard-openbsd-9d7612bb6e1be03147b48e37d1d06d94dd7fb622.tar.xz
wireguard-openbsd-9d7612bb6e1be03147b48e37d1d06d94dd7fb622.zip
Fix comment regarding suspected problem when handling large negative integers.
-rw-r--r--regress/lib/libutil/ber/ber_test_int_i.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libutil/ber/ber_test_int_i.c b/regress/lib/libutil/ber/ber_test_int_i.c
index b278e3588b3..ea8cadbc383 100644
--- a/regress/lib/libutil/ber/ber_test_int_i.c
+++ b/regress/lib/libutil/ber/ber_test_int_i.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ber_test_int_i.c,v 1.2 2019/04/27 03:36:19 rob Exp $
+/* $OpenBSD: ber_test_int_i.c,v 1.3 2019/04/27 04:28:57 rob Exp $
*/
/*
* Copyright (c) Rob Pierce <rob@openbsd.org>
@@ -36,7 +36,7 @@ struct test_vector {
/*
* ber_scanf_int failes on the negative boundary at 2^31.
- * va_arg() looks a little suspect.
+ * There may be a problem with the MSB processing in ber_read_element().
*/
struct test_vector test_vectors[] = {
{