lib: Align an integer type master
authorVolker Lendecke <vl@samba.org>
Thu, 23 May 2024 14:13:58 +0000 (16:13 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 4 Jun 2024 07:03:01 +0000 (09:03 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/util/asn1.c

index 4ce85e9b0d9fca4693ce82e64862a58eb6f09788..644f40275ee3d1bdfcb07ab82c0c5a0c30e4ddec 100644 (file)
@@ -771,7 +771,7 @@ int asn1_tag_remaining(struct asn1_data *data)
 static bool _ber_read_OID_String_impl(TALLOC_CTX *mem_ctx, DATA_BLOB blob,
                                      char **OID, size_t *bytes_eaten)
 {
-       int i;
+       size_t i;
        uint8_t *b;
        unsigned int v;
        char *tmp_oid = NULL;