diff options
author | rob <rob@cvs.openbsd.org> | 2019-04-27 04:28:58 +0000 |
---|---|---|
committer | rob <rob@cvs.openbsd.org> | 2019-04-27 04:28:58 +0000 |
commit | ff95fa7068c59a02db4b4e916948f3dca5a9d5cd (patch) | |
tree | bc6e8df2fbaaaf3f4e486aed4d4687f2fd6874c2 /regress/lib | |
parent | 3646bf333597d93c7cdec229fc3b861bd79cc2fa (diff) |
Fix comment regarding suspected problem when handling large negative integers.
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libutil/ber/ber_test_int_i.c | 4 |
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[] = { { |