David Howells
dbadc17683
X.509: Fix indefinite length element skip error handling
...
asn1_find_indefinite_length() returns an error indicator of -1, which the
caller asn1_ber_decoder() places in a size_t (which is usually unsigned) and
then checks to see whether it is less than 0 (which it can't be). This can
lead to the following warning:
lib/asn1_decoder.c:320 asn1_ber_decoder()
warn: unsigned 'len' is never less than zero.
Instead, asn1_find_indefinite_length() update the caller's idea of the data
cursor and length separately from returning the error code.
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2012-10-10 20:06:39 +10:30
..
2010-01-11 09:34:04 -08:00
2012-10-08 13:50:21 +10:30
2012-05-28 14:10:22 +10:00
2011-09-21 13:39:59 -07:00
2011-03-22 17:44:17 -07:00
2010-03-12 15:52:44 -08:00
2012-10-08 13:50:18 +10:30
2012-03-07 15:04:04 -05:00
2012-10-10 20:06:39 +10:30
2012-07-30 17:25:16 -07:00
2012-03-07 15:04:04 -05:00
2011-05-04 14:41:28 -04:00
2012-03-07 15:04:04 -05:00
2012-03-07 15:04:04 -05:00
2011-03-11 14:25:50 +00:00
2012-05-29 16:22:32 -07:00
2012-03-07 15:04:04 -05:00
2012-06-07 14:43:55 -07:00
2012-01-26 21:28:45 +01:00
2012-10-08 13:50:18 +10:30
2012-03-07 15:04:04 -05:00
2012-03-07 15:04:04 -05:00
2012-02-02 10:34:23 +11:00
2012-03-07 15:04:04 -05:00
2011-10-29 21:20:22 +02:00
2012-03-07 15:04:04 -05:00
2012-07-30 17:25:22 -07:00
2012-03-28 17:14:35 -07:00
2011-06-03 15:01:06 -04:00
2012-07-30 17:25:17 -07:00
2012-03-23 16:58:38 -07:00
2012-03-07 15:04:04 -05:00
2012-03-07 15:04:04 -05:00
2012-04-18 13:38:48 +02:00
2012-03-07 15:04:04 -05:00
2011-12-06 10:00:05 +01:00
2011-01-13 08:03:25 -08:00
2011-12-06 09:53:40 +01:00
2012-01-12 20:13:13 -08:00
2011-03-31 11:26:23 -03:00
2011-01-13 08:03:25 -08:00
2012-03-07 15:04:04 -05:00
2012-09-13 09:13:02 +08:00
2012-06-28 11:51:39 +02:00
2012-07-02 12:11:40 +02:00
2012-03-07 15:04:04 -05:00
2012-05-07 16:47:32 -07:00
2012-05-31 18:18:17 -04:00
2012-06-20 14:39:36 -07:00
2012-07-23 13:54:52 +01:00
2012-07-23 13:54:52 +01:00
2012-07-23 13:54:52 +01:00
2012-07-23 13:54:52 +01:00
2012-07-23 13:54:52 +01:00
2012-07-23 13:54:52 +01:00
2012-03-07 15:04:04 -05:00
2012-03-07 15:04:04 -05:00
2012-03-07 15:04:04 -05:00
2012-06-09 08:37:55 +09:00
2012-03-07 15:04:04 -05:00
2012-03-23 16:58:38 -07:00
2012-03-07 15:04:04 -05:00
2012-03-07 15:04:04 -05:00
2012-03-07 15:04:04 -05:00
2012-03-07 15:04:04 -05:00
2012-03-24 10:24:31 -07:00
2010-08-12 09:51:35 -07:00
2012-03-07 15:04:04 -05:00
2012-03-07 15:04:04 -05:00
2012-03-07 15:04:04 -05:00
2012-03-24 10:24:31 -07:00
2012-03-07 15:04:04 -05:00
2012-03-07 15:04:04 -05:00
2012-05-02 00:04:06 -07:00
2012-03-07 15:04:04 -05:00
2012-10-08 13:50:18 +10:30
2012-07-30 17:25:22 -07:00
2010-05-20 21:04:26 -05:00
2012-04-19 19:17:30 -07:00
2012-06-29 16:46:02 -07:00
2012-05-07 16:51:19 -07:00
2012-03-07 15:04:04 -05:00
2011-10-31 17:30:56 -07:00
2012-03-07 15:04:04 -05:00
2012-07-06 06:01:49 -07:00
2010-10-26 16:52:19 -07:00
2012-03-28 15:58:21 -07:00
2012-03-07 15:04:04 -05:00
2011-05-25 08:39:52 -07:00
2012-10-08 13:50:20 +10:30
2012-03-07 15:04:04 -05:00
2012-07-30 17:25:22 -07:00
2012-07-30 17:25:16 -07:00
2012-03-07 15:04:04 -05:00
2012-07-30 17:25:22 -07:00
2012-07-30 17:25:22 -07:00
2012-10-08 13:50:18 +10:30
2012-03-07 15:04:04 -05:00
2012-01-31 23:19:47 +02:00
2012-07-31 09:28:31 +04:00
2012-02-29 17:15:08 -05:00
2012-07-30 17:25:22 -07:00
2012-03-23 16:58:36 -07:00
2011-09-13 11:11:50 +02:00
2012-07-30 17:25:22 -07:00
2012-06-05 10:46:40 -07:00
2012-03-07 15:04:04 -05:00
2012-03-07 15:04:04 -05:00
2012-05-17 15:18:37 +02:00
2012-03-07 15:04:04 -05:00
2011-12-08 19:52:43 -05:00
2012-03-07 15:04:04 -05:00
2012-03-07 15:04:04 -05:00
2012-07-30 17:25:34 -07:00
2012-03-07 15:04:04 -05:00
2011-05-25 08:39:03 -07:00
2012-03-07 15:04:04 -05:00
2012-07-30 17:25:16 -07:00
2012-04-20 23:27:08 +02:00
2012-05-29 16:22:32 -07:00
2012-03-24 10:24:31 -07:00
2012-05-26 11:33:40 -07:00
2012-05-27 20:59:46 -07:00
2012-05-29 16:22:21 -07:00
2012-03-07 15:04:04 -05:00
2012-05-29 16:22:32 -07:00
2011-01-24 23:33:30 -08:00
2012-03-24 10:24:31 -07:00
2012-03-07 15:04:04 -05:00
2012-07-30 17:25:14 -07:00