Skip to content
Success

Console Output

Skipping 685 KB.. Full Log
           |
         '_asn1_yyparse': event 15
           |
           |
         '_asn1_yyparse': event 16
           |
ASN1.c:1791:17: note: in expansion of macro 'YYTRANSLATE'
           |
         '_asn1_yyparse': events 17-21
           |
           |......
           |......
           |
         '_asn1_yyparse': event 22
           |
           |ASN1.c:2632:3:
           |
         '_asn1_yyparse': event 23
           |
           |ASN1.y:438:66:
           |
ASN1.y:444:26: warning: use of uninitialized value '(((char *)yyvsp + 16))[256204778801521549].node' [CWE-457] [-Wanalyzer-use-of-uninitialized-value]
  'asn1_parser2array': events 1-2
    |
    |ASN1.y:787:1:
    |......
    |
  'asn1_parser2array': event 3
    |
    |
  'asn1_parser2array': event 4
    |
    |../../lib/ASN1.c:69:25:
    |   69 | #define yyparse         _asn1_yyparse
ASN1.y:810:3: note: in expansion of macro 'yyparse'
    |
    +--> '_asn1_yyparse': event 5
           |
           |../../lib/ASN1.c:69:25:
           |   69 | #define yyparse         _asn1_yyparse
           |      |                         ^~~~~~~~~~~~~
           |      |                         |
           |      |                         (5) entry to '_asn1_yyparse'
ASN1.c:1615:1: note: in expansion of macro 'yyparse'
           |
         '_asn1_yyparse': events 6-11
           |
           |......
           |......
           |......
           |......
           |
         '_asn1_yyparse': events 12-13
           |
           |
         '_asn1_yyparse': event 14
           |
           |../../lib/ASN1.c:70:25:
           |   70 | #define yylex           _asn1_yylex
ASN1.c:1770:16: note: in expansion of macro 'yylex'
           |
         '_asn1_yyparse': event 15
           |
           |
         '_asn1_yyparse': event 16
           |
ASN1.c:1791:17: note: in expansion of macro 'YYTRANSLATE'
           |
         '_asn1_yyparse': events 17-21
           |
           |......
           |......
           |
         '_asn1_yyparse': event 22
           |
           |ASN1.c:2638:3:
           |
         '_asn1_yyparse': event 23
           |
           |ASN1.y:444:26:
           |
  CC       coding.lo
  CC       decoding.lo
  CC       element.lo
../../lib/element.c: In function 'asn1_write_value':
../../lib/element.c:429:21: warning: use of uninitialized value '*value_temp' [CWE-457] [-Wanalyzer-use-of-uninitialized-value]
  429 |       if (value_temp[0] & 0x80)
      |           ~~~~~~~~~~^~~
  'asn1_write_value': events 1-9
    |
    |  302 | asn1_write_value (asn1_node node_root, const char *name,
    |      | ^~~~~~~~~~~~~~~~
    |      | |
    |      | (1) entry to 'asn1_write_value'
    |......
    |  313 |   if (node == NULL)
    |      |      ~
    |      |      |
    |      |      (2) following 'false' branch...
    |......
    |  316 |   if ((node->type & CONST_OPTION) && (value == NULL) && (len == 0))
    |      |        ~~~~~~~~~~
    |      |            |
    |      |            (3) ...to here
    |......
    |  339 |   if (value == NULL)
    |      |      ~
    |      |      |
    |      |      (4) following 'false' branch (when 'ivalue' is non-NULL)...
    |......
    |  344 |   switch (type)
    |      |   ~~~~~~
    |      |   |
    |      |   (5) ...to here
    |      |   (6) following 'case 3:, case 21:' branch...
    |......
    |  380 |     case ASN1_ETYPE_INTEGER:
    |      |     ~~~~
    |      |     |
    |      |     (7) ...to here
    |  381 |     case ASN1_ETYPE_ENUMERATED:
    |  382 |       if (len == 0)
    |      |          ~
    |      |          |
    |      |          (8) following 'true' branch...
    |  383 |         {
    |  384 |           if ((c_isdigit (value[0])) || (value[0] == '-'))
    |      |                           ~~~~~~~~
    |      |                                |
    |      |                                (9) ...to here
    |
  'asn1_write_value': event 10
    |
    |../../lib/gl/c-ctype.h:235:3:
    |  235 |   switch (c)
    |      |   ^~~~~~
    |      |   |
    |      |   (10) following 'false' branch...
    |
  'asn1_write_value': events 11-18
    |
    |../../lib/element.c:384:38:
    |  384 |           if ((c_isdigit (value[0])) || (value[0] == '-'))
    |      |               ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
    |      |                                      |
    |      |                                      (11) ...to here
    |      |                                      (12) following 'false' branch...
    |......
    |  395 |               if (!(node->type & CONST_LIST))
    |      |                  ~ ~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                  |             |
    |      |                  |             (13) ...to here
    |      |                  (14) following 'false' branch...
    |  396 |                 return ASN1_VALUE_NOT_VALID;
    |  397 |               p = node->down;
    |      |               ~~~~~~~~~~~~~~          
    |      |                 |
    |      |                 (15) ...to here
    |  398 |               while (p)
    |      |                      ~                
    |      |                      |
    |      |                      (16) following 'true' branch (when 'p' is non-NULL)...
    |  399 |                 {
    |  400 |                   if (type_field (p->type) == ASN1_ETYPE_CONSTANT)
    |      |                      ~~~~~~~~~~~~~~~~~~~~~
    |      |                      ||
    |      |                      |(17) ...to here
    |      |                      (18) following 'true' branch...
    |
  'asn1_write_value': event 19
    |
    |  402 |                       if (!_asn1_strcmp (p->name, value))
    |      |                                          ^
    |      |                                          |
    |      |                                          (19) ...to here
../../lib/int.h:116:49: note: in definition of macro '_asn1_strcmp'
    |  116 | # define _asn1_strcmp(a,b) strcmp((const char *)a, (const char *)b)
    |      |                                                 ^
    |
  'asn1_write_value': events 20-25
    |
    |../../lib/element.c:402:26:
    |  402 |                       if (!_asn1_strcmp (p->name, value))
    |      |                          ^
    |      |                          |
    |      |                          (20) following 'true' branch (when the strings are equal)...
    |  403 |                         {
    |  404 |                           value_temp = malloc (SIZEOF_UNSIGNED_LONG_INT);
    |      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                                        |
    |      |                                        (21) ...to here
    |      |                                        (22) region created on heap here
    |  405 |                           if (value_temp == NULL)
    |      |                              ~
    |      |                              |
    |      |                              (23) following 'false' branch (when 'value_temp' is non-NULL)...
    |......
    |  408 |                           _asn1_convert_integer (p->value,
    |      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                           |                       |
    |      |                           |                       (24) ...to here
    |      |                           (25) calling '_asn1_convert_integer' from 'asn1_write_value'
    |  409 |                                                  value_temp,
    |      |                                                  ~~~~~~~~~~~
    |  410 |                                                  SIZEOF_UNSIGNED_LONG_INT,
    |      |                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~
    |  411 |                                                  &len);
    |      |                                                  ~~~~~
    |
    +--> '_asn1_convert_integer': event 26
           |
           |   78 | _asn1_convert_integer (const unsigned char *value, unsigned char *value_out,
           |      | ^~~~~~~~~~~~~~~~~~~~~
           |      | |
           |      | (26) entry to '_asn1_convert_integer'
           |
         '_asn1_convert_integer': events 27-30
           |
           |   88 |   for (k = 0; k < SIZEOF_UNSIGNED_LONG_INT; k++)
           |   89 |     {
           |   90 |       val[SIZEOF_UNSIGNED_LONG_INT - k - 1] = (valtmp >> (8 * k)) & 0xFF;
           |      |                                                          ~~~~~~~
           |      |                                                             |
           |      |                                                             (28) ...to here
           |......
           |   98 |   for (k = 0; k < SIZEOF_UNSIGNED_LONG_INT - 1; k++)
           |      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           |      |                 |
           |      |                 (29) following 'true' branch (when 'k != 3')...
           |   99 |     {
           |  100 |       if (negative && (val[k] != 0xFF))
           |      |          ~       
           |      |          |
           |      |          (30) ...to here
           |
    <------+
    |
  'asn1_write_value': events 31-32
    |
    |  408 |                           _asn1_convert_integer (p->value,
    |      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                           |
    |      |                           (31) returning to 'asn1_write_value' from '_asn1_convert_integer'
    |  409 |                                                  value_temp,
    |      |                                                  ~~~~~~~~~~~
    |  410 |                                                  SIZEOF_UNSIGNED_LONG_INT,
    |      |                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~
    |  411 |                                                  &len);
    |      |                                                  ~~~~~
    |......
    |  429 |       if (value_temp[0] & 0x80)
    |      |           ~~~~~~~~~~~~~    
    |      |                     |
    |      |                     (32) use of uninitialized value '*value_temp' here
    |
../../lib/element.c:429:21: warning: use of uninitialized value '*value_temp' [CWE-457] [-Wanalyzer-use-of-uninitialized-value]
  429 |       if (value_temp[0] & 0x80)
      |           ~~~~~~~~~~^~~
  'asn1_write_value': events 1-9
    |
    |  302 | asn1_write_value (asn1_node node_root, const char *name,
    |      | ^~~~~~~~~~~~~~~~
    |      | |
    |      | (1) entry to 'asn1_write_value'
    |......
    |  313 |   if (node == NULL)
    |      |      ~
    |      |      |
    |      |      (2) following 'false' branch...
    |......
    |  316 |   if ((node->type & CONST_OPTION) && (value == NULL) && (len == 0))
    |      |        ~~~~~~~~~~
    |      |            |
    |      |            (3) ...to here
    |......
    |  339 |   if (value == NULL)
    |      |      ~
    |      |      |
    |      |      (4) following 'false' branch (when 'ivalue' is non-NULL)...
    |......
    |  344 |   switch (type)
    |      |   ~~~~~~
    |      |   |
    |      |   (5) ...to here
    |      |   (6) following 'case 3:, case 21:' branch...
    |......
    |  380 |     case ASN1_ETYPE_INTEGER:
    |      |     ~~~~
    |      |     |
    |      |     (7) ...to here
    |  381 |     case ASN1_ETYPE_ENUMERATED:
    |  382 |       if (len == 0)
    |      |          ~
    |      |          |
    |      |          (8) following 'true' branch...
    |  383 |         {
    |  384 |           if ((c_isdigit (value[0])) || (value[0] == '-'))
    |      |                           ~~~~~~~~
    |      |                                |
    |      |                                (9) ...to here
    |
  'asn1_write_value': event 10
    |
    |../../lib/gl/c-ctype.h:235:3:
    |  235 |   switch (c)
    |      |   ^~~~~~
    |      |   |
    |      |   (10) following 'false' branch...
    |
  'asn1_write_value': events 11-23
    |
    |../../lib/element.c:384:38:
    |  384 |           if ((c_isdigit (value[0])) || (value[0] == '-'))
    |      |               ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
    |      |                                      |
    |      |                                      (11) ...to here
    |      |                                      (12) following 'false' branch...
    |......
    |  395 |               if (!(node->type & CONST_LIST))
    |      |                  ~ ~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                  |             |
    |      |                  |             (13) ...to here
    |      |                  (14) following 'false' branch...
    |  396 |                 return ASN1_VALUE_NOT_VALID;
    |  397 |               p = node->down;
    |      |               ~~~~~~~~~~~~~~          
    |      |                 |
    |      |                 (15) ...to here
    |  398 |               while (p)
    |      |                      ~                
    |      |                      |
    |      |                      (16) following 'true' branch (when 'p' is non-NULL)...
    |      |                      (18) following 'true' branch (when 'p' is non-NULL)...
    |  399 |                 {
    |  400 |                   if (type_field (p->type) == ASN1_ETYPE_CONSTANT)
    |      |                       ~~~~~~~~~~~~~~~~~~~~
    |      |                       |
    |      |                       (17) ...to here
    |      |                       (19) ...to here
    |......
    |  404 |                           value_temp = malloc (SIZEOF_UNSIGNED_LONG_INT);
    |      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                                        |
    |      |                                        (20) region created on heap here
    |  405 |                           if (value_temp == NULL)
    |      |                              ~        
    |      |                              |
    |      |                              (21) following 'false' branch (when 'value_temp' is non-NULL)...
    |......
    |  408 |                           _asn1_convert_integer (p->value,
    |      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                           |                       |
    |      |                           |                       (22) ...to here
    |      |                           (23) calling '_asn1_convert_integer' from 'asn1_write_value'
    |  409 |                                                  value_temp,
    |      |                                                  ~~~~~~~~~~~
    |  410 |                                                  SIZEOF_UNSIGNED_LONG_INT,
    |      |                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~
    |  411 |                                                  &len);
    |      |                                                  ~~~~~
    |
    +--> '_asn1_convert_integer': event 24
           |
           |   78 | _asn1_convert_integer (const unsigned char *value, unsigned char *value_out,
           |      | ^~~~~~~~~~~~~~~~~~~~~
           |      | |
           |      | (24) entry to '_asn1_convert_integer'
           |
         '_asn1_convert_integer': events 25-28
           |
           |   88 |   for (k = 0; k < SIZEOF_UNSIGNED_LONG_INT; k++)
           |   89 |     {
           |   90 |       val[SIZEOF_UNSIGNED_LONG_INT - k - 1] = (valtmp >> (8 * k)) & 0xFF;
           |      |                                                          ~~~~~~~
           |      |                                                             |
           |      |                                                             (26) ...to here
           |......
           |   98 |   for (k = 0; k < SIZEOF_UNSIGNED_LONG_INT - 1; k++)
           |      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           |      |                 |
           |      |                 (27) following 'true' branch (when 'k != 3')...
           |   99 |     {
           |  100 |       if (negative && (val[k] != 0xFF))
           |      |          ~       
           |      |          |
           |      |          (28) ...to here
           |
    <------+
    |
  'asn1_write_value': events 29-30
    |
    |  408 |                           _asn1_convert_integer (p->value,
    |      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                           |
    |      |                           (29) returning to 'asn1_write_value' from '_asn1_convert_integer'
    |  409 |                                                  value_temp,
    |      |                                                  ~~~~~~~~~~~
    |  410 |                                                  SIZEOF_UNSIGNED_LONG_INT,
    |      |                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~
    |  411 |                                                  &len);
    |      |                                                  ~~~~~
    |......
    |  429 |       if (value_temp[0] & 0x80)
    |      |           ~~~~~~~~~~~~~    
    |      |                     |
    |      |                     (30) use of uninitialized value '*value_temp' here
    |
../../lib/element.c:441:36: warning: use of uninitialized value '*value_temp_168 + _43' [CWE-457] [-Wanalyzer-use-of-uninitialized-value]
  441 |         if (negative && (value_temp[k] != 0xFF))
      |                          ~~~~~~~~~~^~~
  'asn1_write_value': events 1-9
    |
    |  302 | asn1_write_value (asn1_node node_root, const char *name,
    |      | ^~~~~~~~~~~~~~~~
    |      | |
    |      | (1) entry to 'asn1_write_value'
    |......
    |  313 |   if (node == NULL)
    |      |      ~
    |      |      |
    |      |      (2) following 'false' branch...
    |......
    |  316 |   if ((node->type & CONST_OPTION) && (value == NULL) && (len == 0))
    |      |        ~~~~~~~~~~
    |      |            |
    |      |            (3) ...to here
    |......
    |  339 |   if (value == NULL)
    |      |      ~
    |      |      |
    |      |      (4) following 'false' branch (when 'ivalue' is non-NULL)...
    |......
    |  344 |   switch (type)
    |      |   ~~~~~~
    |      |   |
    |      |   (5) ...to here
    |      |   (6) following 'case 3:, case 21:' branch...
    |......
    |  380 |     case ASN1_ETYPE_INTEGER:
    |      |     ~~~~
    |      |     |
    |      |     (7) ...to here
    |  381 |     case ASN1_ETYPE_ENUMERATED:
    |  382 |       if (len == 0)
    |      |          ~
    |      |          |
    |      |          (8) following 'true' branch...
    |  383 |         {
    |  384 |           if ((c_isdigit (value[0])) || (value[0] == '-'))
    |      |                           ~~~~~~~~
    |      |                                |
    |      |                                (9) ...to here
    |
  'asn1_write_value': event 10
    |
    |../../lib/gl/c-ctype.h:235:3:
    |  235 |   switch (c)
    |      |   ^~~~~~
    |      |   |
    |      |   (10) following 'false' branch...
    |
  'asn1_write_value': events 11-18
    |
    |../../lib/element.c:384:38:
    |  384 |           if ((c_isdigit (value[0])) || (value[0] == '-'))
    |      |               ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
    |      |                                      |
    |      |                                      (11) ...to here
    |      |                                      (12) following 'false' branch...
    |......
    |  395 |               if (!(node->type & CONST_LIST))
    |      |                  ~ ~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                  |             |
    |      |                  |             (13) ...to here
    |      |                  (14) following 'false' branch...
    |  396 |                 return ASN1_VALUE_NOT_VALID;
    |  397 |               p = node->down;
    |      |               ~~~~~~~~~~~~~~          
    |      |                 |
    |      |                 (15) ...to here
    |  398 |               while (p)
    |      |                      ~                
    |      |                      |
    |      |                      (16) following 'true' branch (when 'p' is non-NULL)...
    |  399 |                 {
    |  400 |                   if (type_field (p->type) == ASN1_ETYPE_CONSTANT)
    |      |                      ~~~~~~~~~~~~~~~~~~~~~
    |      |                      ||
    |      |                      |(17) ...to here
    |      |                      (18) following 'true' branch...
    |
  'asn1_write_value': event 19
    |
    |  402 |                       if (!_asn1_strcmp (p->name, value))
    |      |                                          ^
    |      |                                          |
    |      |                                          (19) ...to here
../../lib/int.h:116:49: note: in definition of macro '_asn1_strcmp'
    |  116 | # define _asn1_strcmp(a,b) strcmp((const char *)a, (const char *)b)
    |      |                                                 ^
    |
  'asn1_write_value': events 20-25
    |
    |../../lib/element.c:402:26:
    |  402 |                       if (!_asn1_strcmp (p->name, value))
    |      |                          ^
    |      |                          |
    |      |                          (20) following 'true' branch (when the strings are equal)...
    |  403 |                         {
    |  404 |                           value_temp = malloc (SIZEOF_UNSIGNED_LONG_INT);
    |      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                                        |
    |      |                                        (21) ...to here
    |      |                                        (22) region created on heap here
    |  405 |                           if (value_temp == NULL)
    |      |                              ~
    |      |                              |
    |      |                              (23) following 'false' branch (when 'value_temp' is non-NULL)...
    |......
    |  408 |                           _asn1_convert_integer (p->value,
    |      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                           |                       |
    |      |                           |                       (24) ...to here
    |      |                           (25) calling '_asn1_convert_integer' from 'asn1_write_value'
    |  409 |                                                  value_temp,
    |      |                                                  ~~~~~~~~~~~
    |  410 |                                                  SIZEOF_UNSIGNED_LONG_INT,
    |      |                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~
    |  411 |                                                  &len);
    |      |                                                  ~~~~~
    |
    +--> '_asn1_convert_integer': event 26
           |
           |   78 | _asn1_convert_integer (const unsigned char *value, unsigned char *value_out,
           |      | ^~~~~~~~~~~~~~~~~~~~~
           |      | |
           |      | (26) entry to '_asn1_convert_integer'
           |
         '_asn1_convert_integer': events 27-30
           |
           |   88 |   for (k = 0; k < SIZEOF_UNSIGNED_LONG_INT; k++)
           |   89 |     {
           |   90 |       val[SIZEOF_UNSIGNED_LONG_INT - k - 1] = (valtmp >> (8 * k)) & 0xFF;
           |      |                                                          ~~~~~~~
           |      |                                                             |
           |      |                                                             (28) ...to here
           |......
           |   98 |   for (k = 0; k < SIZEOF_UNSIGNED_LONG_INT - 1; k++)
           |      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           |      |                 |
           |      |                 (29) following 'true' branch (when 'k != 3')...
           |   99 |     {
           |  100 |       if (negative && (val[k] != 0xFF))
           |      |          ~       
           |      |          |
           |      |          (30) ...to here
           |
    <------+
    |
  'asn1_write_value': events 31-38
    |
    |  408 |                           _asn1_convert_integer (p->value,
    |      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                           |
    |      |                           (31) returning to 'asn1_write_value' from '_asn1_convert_integer'
    |  409 |                                                  value_temp,
    |      |                                                  ~~~~~~~~~~~
    |  410 |                                                  SIZEOF_UNSIGNED_LONG_INT,
    |      |                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~
    |  411 |                                                  &len);
    |      |                                                  ~~~~~
    |......
    |  440 |       for (k = 0; k < len - 1; k++)
    |      |                   ~~~~~~~~~~~  ~~~
    |      |                     |           |
    |      |                     |           (35) ...to here
    |      |                     (32) following 'true' branch...
    |      |                     (36) following 'true' branch...
    |  441 |         if (negative && (value_temp[k] != 0xFF))
    |      |            ~             ~~~~~~~~~~~~~
    |      |            |                       |
    |      |            |                       (38) use of uninitialized value '*value_temp_168 + _43' here
    |      |            (33) ...to here
    |      |            (37) ...to here
    |  442 |           break;
    |  443 |         else if (!negative && value_temp[k])
    |      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                            |
    |      |                            (34) following 'false' branch...
    |
../../lib/element.c:443:41: warning: use of uninitialized value '*value_temp_168 + _46' [CWE-457] [-Wanalyzer-use-of-uninitialized-value]
  443 |         else if (!negative && value_temp[k])
      |                               ~~~~~~~~~~^~~
  'asn1_write_value': events 1-9
    |
    |  302 | asn1_write_value (asn1_node node_root, const char *name,
    |      | ^~~~~~~~~~~~~~~~
    |      | |
    |      | (1) entry to 'asn1_write_value'
    |......
    |  313 |   if (node == NULL)
    |      |      ~
    |      |      |
    |      |      (2) following 'false' branch...
    |......
    |  316 |   if ((node->type & CONST_OPTION) && (value == NULL) && (len == 0))
    |      |        ~~~~~~~~~~
    |      |            |
    |      |            (3) ...to here
    |......
    |  339 |   if (value == NULL)
    |      |      ~
    |      |      |
    |      |      (4) following 'false' branch (when 'ivalue' is non-NULL)...
    |......
    |  344 |   switch (type)
    |      |   ~~~~~~
    |      |   |
    |      |   (5) ...to here
    |      |   (6) following 'case 3:, case 21:' branch...
    |......
    |  380 |     case ASN1_ETYPE_INTEGER:
    |      |     ~~~~
    |      |     |
    |      |     (7) ...to here
    |  381 |     case ASN1_ETYPE_ENUMERATED:
    |  382 |       if (len == 0)
    |      |          ~
    |      |          |
    |      |          (8) following 'true' branch...
    |  383 |         {
    |  384 |           if ((c_isdigit (value[0])) || (value[0] == '-'))
    |      |                           ~~~~~~~~
    |      |                                |
    |      |                                (9) ...to here
    |
  'asn1_write_value': event 10
    |
    |../../lib/gl/c-ctype.h:235:3:
    |  235 |   switch (c)
    |      |   ^~~~~~
    |      |   |
    |      |   (10) following 'false' branch...
    |
  'asn1_write_value': events 11-18
    |
    |../../lib/element.c:384:38:
    |  384 |           if ((c_isdigit (value[0])) || (value[0] == '-'))
    |      |               ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
    |      |                                      |
    |      |                                      (11) ...to here
    |      |                                      (12) following 'false' branch...
    |......
    |  395 |               if (!(node->type & CONST_LIST))
    |      |                  ~ ~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                  |             |
    |      |                  |             (13) ...to here
    |      |                  (14) following 'false' branch...
    |  396 |                 return ASN1_VALUE_NOT_VALID;
    |  397 |               p = node->down;
    |      |               ~~~~~~~~~~~~~~          
    |      |                 |
    |      |                 (15) ...to here
    |  398 |               while (p)
    |      |                      ~                
    |      |                      |
    |      |                      (16) following 'true' branch (when 'p' is non-NULL)...
    |  399 |                 {
    |  400 |                   if (type_field (p->type) == ASN1_ETYPE_CONSTANT)
    |      |                      ~~~~~~~~~~~~~~~~~~~~~
    |      |                      ||
    |      |                      |(17) ...to here
    |      |                      (18) following 'true' branch...
    |
  'asn1_write_value': event 19
    |
    |  402 |                       if (!_asn1_strcmp (p->name, value))
    |      |                                          ^
    |      |                                          |
    |      |                                          (19) ...to here
../../lib/int.h:116:49: note: in definition of macro '_asn1_strcmp'
    |  116 | # define _asn1_strcmp(a,b) strcmp((const char *)a, (const char *)b)
    |      |                                                 ^
    |
  'asn1_write_value': events 20-25
    |
    |../../lib/element.c:402:26:
    |  402 |                       if (!_asn1_strcmp (p->name, value))
    |      |                          ^
    |      |                          |
    |      |                          (20) following 'true' branch (when the strings are equal)...
    |  403 |                         {
    |  404 |                           value_temp = malloc (SIZEOF_UNSIGNED_LONG_INT);
    |      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                                        |
    |      |                                        (21) ...to here
    |      |                                        (22) region created on heap here
    |  405 |                           if (value_temp == NULL)
    |      |                              ~
    |      |                              |
    |      |                              (23) following 'false' branch (when 'value_temp' is non-NULL)...
    |......
    |  408 |                           _asn1_convert_integer (p->value,
    |      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                           |                       |
    |      |                           |                       (24) ...to here
    |      |                           (25) calling '_asn1_convert_integer' from 'asn1_write_value'
    |  409 |                                                  value_temp,
    |      |                                                  ~~~~~~~~~~~
    |  410 |                                                  SIZEOF_UNSIGNED_LONG_INT,
    |      |                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~
    |  411 |                                                  &len);
    |      |                                                  ~~~~~
    |
    +--> '_asn1_convert_integer': event 26
           |
           |   78 | _asn1_convert_integer (const unsigned char *value, unsigned char *value_out,
           |      | ^~~~~~~~~~~~~~~~~~~~~
           |      | |
           |      | (26) entry to '_asn1_convert_integer'
           |
         '_asn1_convert_integer': events 27-30
           |
           |   88 |   for (k = 0; k < SIZEOF_UNSIGNED_LONG_INT; k++)
           |   89 |     {
           |   90 |       val[SIZEOF_UNSIGNED_LONG_INT - k - 1] = (valtmp >> (8 * k)) & 0xFF;
           |      |                                                          ~~~~~~~
           |      |                                                             |
           |      |                                                             (28) ...to here
           |......
           |   98 |   for (k = 0; k < SIZEOF_UNSIGNED_LONG_INT - 1; k++)
           |      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           |      |                 |
           |      |                 (29) following 'true' branch (when 'k != 3')...
           |   99 |     {
           |  100 |       if (negative && (val[k] != 0xFF))
           |      |          ~       
           |      |          |
           |      |          (30) ...to here
           |
    <------+
    |
  'asn1_write_value': events 31-36
    |
    |  408 |                           _asn1_convert_integer (p->value,
    |      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                           |
    |      |                           (31) returning to 'asn1_write_value' from '_asn1_convert_integer'
    |  409 |                                                  value_temp,
    |      |                                                  ~~~~~~~~~~~
    |  410 |                                                  SIZEOF_UNSIGNED_LONG_INT,
    |      |                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~
    |  411 |                                                  &len);
    |      |                                                  ~~~~~
    |......
    |  440 |       for (k = 0; k < len - 1; k++)
    |      |                   ~~~~~~~~~~~
    |      |                     |
    |      |                     (32) following 'true' branch...
    |  441 |         if (negative && (value_temp[k] != 0xFF))
    |      |            ~               
    |      |            |
    |      |            (33) ...to here
    |      |            (34) following 'false' branch (when 'negative == 0')...
    |  442 |           break;
    |  443 |         else if (!negative && value_temp[k])
    |      |                               ~~~~~~~~~~~~~
    |      |                                         |
    |      |                                         (35) ...to here
    |      |                                         (36) use of uninitialized value '*value_temp_168 + _46' here
    |
../../lib/element.c:443:41: warning: use of uninitialized value '*value_temp_168 + _46' [CWE-457] [-Wanalyzer-use-of-uninitialized-value]
  443 |         else if (!negative && value_temp[k])
      |                               ~~~~~~~~~~^~~
  'asn1_write_value': events 1-9
    |
    |  302 | asn1_write_value (asn1_node node_root, const char *name,
    |      | ^~~~~~~~~~~~~~~~
    |      | |
    |      | (1) entry to 'asn1_write_value'
    |......
    |  313 |   if (node == NULL)
    |      |      ~
    |      |      |
    |      |      (2) following 'false' branch...
    |......
    |  316 |   if ((node->type & CONST_OPTION) && (value == NULL) && (len == 0))
    |      |        ~~~~~~~~~~
    |      |            |
    |      |            (3) ...to here
    |......
    |  339 |   if (value == NULL)
    |      |      ~
    |      |      |
    |      |      (4) following 'false' branch (when 'ivalue' is non-NULL)...
    |......
    |  344 |   switch (type)
    |      |   ~~~~~~
    |      |   |
    |      |   (5) ...to here
    |      |   (6) following 'case 3:, case 21:' branch...
    |......
    |  380 |     case ASN1_ETYPE_INTEGER:
    |      |     ~~~~
    |      |     |
    |      |     (7) ...to here
    |  381 |     case ASN1_ETYPE_ENUMERATED:
    |  382 |       if (len == 0)
    |      |          ~
    |      |          |
    |      |          (8) following 'true' branch...
    |  383 |         {
    |  384 |           if ((c_isdigit (value[0])) || (value[0] == '-'))
    |      |                           ~~~~~~~~
    |      |                                |
    |      |                                (9) ...to here
    |
  'asn1_write_value': event 10
    |
    |../../lib/gl/c-ctype.h:235:3:
    |  235 |   switch (c)
    |      |   ^~~~~~
    |      |   |
    |      |   (10) following 'false' branch...
    |
  'asn1_write_value': events 11-23
    |
    |../../lib/element.c:384:38:
    |  384 |           if ((c_isdigit (value[0])) || (value[0] == '-'))
    |      |               ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
    |      |                                      |
    |      |                                      (11) ...to here
    |      |                                      (12) following 'false' branch...
    |......
    |  395 |               if (!(node->type & CONST_LIST))
    |      |                  ~ ~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                  |             |
    |      |                  |             (13) ...to here
    |      |                  (14) following 'false' branch...
    |  396 |                 return ASN1_VALUE_NOT_VALID;
    |  397 |               p = node->down;
    |      |               ~~~~~~~~~~~~~~          
    |      |                 |
    |      |                 (15) ...to here
    |  398 |               while (p)
    |      |                      ~                
    |      |                      |
    |      |                      (16) following 'true' branch (when 'p' is non-NULL)...
    |      |                      (18) following 'true' branch (when 'p' is non-NULL)...
    |  399 |                 {
    |  400 |                   if (type_field (p->type) == ASN1_ETYPE_CONSTANT)
    |      |                       ~~~~~~~~~~~~~~~~~~~~
    |      |                       |
    |      |                       (17) ...to here
    |      |                       (19) ...to here
    |......
    |  404 |                           value_temp = malloc (SIZEOF_UNSIGNED_LONG_INT);
    |      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                                        |
    |      |                                        (20) region created on heap here
    |  405 |                           if (value_temp == NULL)
    |      |                              ~        
    |      |                              |
    |      |                              (21) following 'false' branch (when 'value_temp' is non-NULL)...
    |......
    |  408 |                           _asn1_convert_integer (p->value,
    |      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                           |                       |
    |      |                           |                       (22) ...to here
    |      |                           (23) calling '_asn1_convert_integer' from 'asn1_write_value'
    |  409 |                                                  value_temp,
    |      |                                                  ~~~~~~~~~~~
    |  410 |                                                  SIZEOF_UNSIGNED_LONG_INT,
    |      |                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~
    |  411 |                                                  &len);
    |      |                                                  ~~~~~
    |
    +--> '_asn1_convert_integer': event 24
           |
           |   78 | _asn1_convert_integer (const unsigned char *value, unsigned char *value_out,
           |      | ^~~~~~~~~~~~~~~~~~~~~
           |      | |
           |      | (24) entry to '_asn1_convert_integer'
           |
         '_asn1_convert_integer': events 25-28
           |
           |   88 |   for (k = 0; k < SIZEOF_UNSIGNED_LONG_INT; k++)
           |   89 |     {
           |   90 |       val[SIZEOF_UNSIGNED_LONG_INT - k - 1] = (valtmp >> (8 * k)) & 0xFF;
           |      |                                                          ~~~~~~~
           |      |                                                             |
           |      |                                                             (26) ...to here
           |......
           |   98 |   for (k = 0; k < SIZEOF_UNSIGNED_LONG_INT - 1; k++)
           |      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           |      |                 |
           |      |                 (27) following 'true' branch (when 'k != 3')...
           |   99 |     {
           |  100 |       if (negative && (val[k] != 0xFF))
           |      |          ~       
           |      |          |
           |      |          (28) ...to here
           |
    <------+
    |
  'asn1_write_value': events 29-34
    |
    |  408 |                           _asn1_convert_integer (p->value,
    |      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                           |
    |      |                           (29) returning to 'asn1_write_value' from '_asn1_convert_integer'
    |  409 |                                                  value_temp,
    |      |                                                  ~~~~~~~~~~~
    |  410 |                                                  SIZEOF_UNSIGNED_LONG_INT,
    |      |                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~
    |  411 |                                                  &len);
    |      |                                                  ~~~~~
    |......
    |  440 |       for (k = 0; k < len - 1; k++)
    |      |                   ~~~~~~~~~~~
    |      |                     |
    |      |                     (30) following 'true' branch...
    |  441 |         if (negative && (value_temp[k] != 0xFF))
    |      |            ~               
    |      |            |
    |      |            (31) ...to here
    |      |            (32) following 'false' branch (when 'negative == 0')...
    |  442 |           break;
    |  443 |         else if (!negative && value_temp[k])
    |      |                               ~~~~~~~~~~~~~
    |      |                                         |
    |      |                                         (33) ...to here
    |      |                                         (34) use of uninitialized value '*value_temp_168 + _46' here
    |
../../lib/element.c:443:41: warning: use of uninitialized value '*value_temp_168 + _46' [CWE-457] [-Wanalyzer-use-of-uninitialized-value]
  443 |         else if (!negative && value_temp[k])
      |                               ~~~~~~~~~~^~~
  'asn1_write_value': events 1-9
    |
    |  302 | asn1_write_value (asn1_node node_root, const char *name,
    |      | ^~~~~~~~~~~~~~~~
    |      | |
    |      | (1) entry to 'asn1_write_value'
    |......
    |  313 |   if (node == NULL)
    |      |      ~
    |      |      |
    |      |      (2) following 'false' branch...
    |......
    |  316 |   if ((node->type & CONST_OPTION) && (value == NULL) && (len == 0))
    |      |        ~~~~~~~~~~
    |      |            |
    |      |            (3) ...to here
    |......
    |  339 |   if (value == NULL)
    |      |      ~
    |      |      |
    |      |      (4) following 'false' branch (when 'ivalue' is non-NULL)...
    |......
    |  344 |   switch (type)
    |      |   ~~~~~~
    |      |   |
    |      |   (5) ...to here
    |      |   (6) following 'case 3:, case 21:' branch...
    |......
    |  380 |     case ASN1_ETYPE_INTEGER:
    |      |     ~~~~
    |      |     |
    |      |     (7) ...to here
    |  381 |     case ASN1_ETYPE_ENUMERATED:
    |  382 |       if (len == 0)
    |      |          ~
    |      |          |
    |      |          (8) following 'true' branch...
    |  383 |         {
    |  384 |           if ((c_isdigit (value[0])) || (value[0] == '-'))
    |      |                           ~~~~~~~~
    |      |                                |
    |      |                                (9) ...to here
    |
  'asn1_write_value': event 10
    |
    |../../lib/gl/c-ctype.h:235:3:
    |  235 |   switch (c)
    |      |   ^~~~~~
    |      |   |
    |      |   (10) following 'false' branch...
    |
  'asn1_write_value': events 11-18
    |
    |../../lib/element.c:384:38:
    |  384 |           if ((c_isdigit (value[0])) || (value[0] == '-'))
    |      |               ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
    |      |                                      |
    |      |                                      (11) ...to here
    |      |                                      (12) following 'false' branch...
    |......
    |  395 |               if (!(node->type & CONST_LIST))
    |      |                  ~ ~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                  |             |
    |      |                  |             (13) ...to here
    |      |                  (14) following 'false' branch...
    |  396 |                 return ASN1_VALUE_NOT_VALID;
    |  397 |               p = node->down;
    |      |               ~~~~~~~~~~~~~~          
    |      |                 |
    |      |                 (15) ...to here
    |  398 |               while (p)
    |      |                      ~                
    |      |                      |
    |      |                      (16) following 'true' branch (when 'p' is non-NULL)...
    |  399 |                 {
    |  400 |                   if (type_field (p->type) == ASN1_ETYPE_CONSTANT)
    |      |                      ~~~~~~~~~~~~~~~~~~~~~
    |      |                      ||
    |      |                      |(17) ...to here
    |      |                      (18) following 'true' branch...
    |
  'asn1_write_value': event 19
    |
    |  402 |                       if (!_asn1_strcmp (p->name, value))
    |      |                                          ^
    |      |                                          |
    |      |                                          (19) ...to here
../../lib/int.h:116:49: note: in definition of macro '_asn1_strcmp'
    |  116 | # define _asn1_strcmp(a,b) strcmp((const char *)a, (const char *)b)
    |      |                                                 ^
    |
  'asn1_write_value': events 20-25
    |
    |../../lib/element.c:402:26:
    |  402 |                       if (!_asn1_strcmp (p->name, value))
    |      |                          ^
    |      |                          |
    |      |                          (20) following 'true' branch (when the strings are equal)...
    |  403 |                         {
    |  404 |                           value_temp = malloc (SIZEOF_UNSIGNED_LONG_INT);
    |      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                                        |
    |      |                                        (21) ...to here
    |      |                                        (22) region created on heap here
    |  405 |                           if (value_temp == NULL)
    |      |                              ~
    |      |                              |
    |      |                              (23) following 'false' branch (when 'value_temp' is non-NULL)...
    |......
    |  408 |                           _asn1_convert_integer (p->value,
    |      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                           |                       |
    |      |                           |                       (24) ...to here
    |      |                           (25) calling '_asn1_convert_integer' from 'asn1_write_value'
    |  409 |                                                  value_temp,
    |      |                                                  ~~~~~~~~~~~
    |  410 |                                                  SIZEOF_UNSIGNED_LONG_INT,
    |      |                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~
    |  411 |                                                  &len);
    |      |                                                  ~~~~~
    |
    +--> '_asn1_convert_integer': event 26
           |
           |   78 | _asn1_convert_integer (const unsigned char *value, unsigned char *value_out,
           |      | ^~~~~~~~~~~~~~~~~~~~~
           |      | |
           |      | (26) entry to '_asn1_convert_integer'
           |
         '_asn1_convert_integer': events 27-30
           |
           |   88 |   for (k = 0; k < SIZEOF_UNSIGNED_LONG_INT; k++)
           |   89 |     {
           |   90 |       val[SIZEOF_UNSIGNED_LONG_INT - k - 1] = (valtmp >> (8 * k)) & 0xFF;
           |      |                                                          ~~~~~~~
           |      |                                                             |
           |      |                                                             (28) ...to here
           |......
           |   98 |   for (k = 0; k < SIZEOF_UNSIGNED_LONG_INT - 1; k++)
           |      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           |      |                 |
           |      |                 (29) following 'true' branch (when 'k != 3')...
           |   99 |     {
           |  100 |       if (negative && (val[k] != 0xFF))
           |      |          ~       
           |      |          |
           |      |          (30) ...to here
           |
    <------+
    |
  'asn1_write_value': events 31-38
    |
    |  408 |                           _asn1_convert_integer (p->value,
    |      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                           |
    |      |                           (31) returning to 'asn1_write_value' from '_asn1_convert_integer'
    |  409 |                                                  value_temp,
    |      |                                                  ~~~~~~~~~~~
    |  410 |                                                  SIZEOF_UNSIGNED_LONG_INT,
    |      |                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~
    |  411 |                                                  &len);
    |      |                                                  ~~~~~
    |......
    |  440 |       for (k = 0; k < len - 1; k++)
    |      |                   ~~~~~~~~~~~  ~~~
    |      |                     |           |
    |      |                     |           (35) ...to here
    |      |                     (32) following 'true' branch...
    |      |                     (36) following 'true' branch...
    |  441 |         if (negative && (value_temp[k] != 0xFF))
    |      |            ~               
    |      |            |
    |      |            (33) ...to here
    |      |            (37) ...to here
    |  442 |           break;
    |  443 |         else if (!negative && value_temp[k])
    |      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |                            |            |
    |      |                            |            (38) use of uninitialized value '*value_temp_168 + _46' here
    |      |                            (34) following 'false' branch...
    |
  CC       errors.lo
  CC       gstr.lo
  CC       parser_aux.lo
  CC       structure.lo
../../lib/structure.c: In function '_asn1_copy_structure3':
../../lib/structure.c:446:22: warning: dereference of NULL 'p_d' [CWE-476] [-Wanalyzer-null-dereference]
  446 |           p_d->start = p_s->start;
      |           ~~~~~~~~~~~^~~~~~~~~~~~
  'asn1_dup_node': events 1-2
    |
    | 1222 | asn1_dup_node (asn1_node_const src, const char *src_name)
    |      | ^~~~~~~~~~~~~
    |      | |
    |      | (1) entry to 'asn1_dup_node'
    | 1223 | {
    | 1224 |   return _asn1_copy_structure2 (src, src_name);
    |      |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |          |
    |      |          (2) calling '_asn1_copy_structure2' from 'asn1_dup_node'
    |
    +--> '_asn1_copy_structure2': events 3-4
           |
           |  483 | _asn1_copy_structure2 (asn1_node_const root, const char *source_name)
           |      | ^~~~~~~~~~~~~~~~~~~~~
           |      | |
           |      | (3) entry to '_asn1_copy_structure2'
           |......
           |  489 |   return _asn1_copy_structure3 (source_node);
           |      |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           |      |          |
           |      |          (4) calling '_asn1_copy_structure3' from '_asn1_copy_structure2'
           |
           +--> '_asn1_copy_structure3': events 5-8
                  |
                  |  412 | _asn1_copy_structure3 (asn1_node_const source_node)
                  |      | ^~~~~~~~~~~~~~~~~~~~~
                  |      | |
                  |      | (5) entry to '_asn1_copy_structure3'
                  |......
                  |  418 |   if (source_node == NULL)
                  |      |      ~
                  |      |      |
                  |      |      (6) following 'false' branch (when 'source_node' is non-NULL)...
                  |......
                  |  421 |   dest_node = _asn1_add_single_node (source_node->type);
                  |      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  |      |               |                                 |
                  |      |               |                                 (7) ...to here
                  |      |               (8) calling '_asn1_add_single_node' from '_asn1_copy_structure3'
                  |
                  +--> '_asn1_add_single_node': events 9-11
                         |
                         |   48 | _asn1_add_single_node (unsigned int type)
                         |      | ^~~~~~~~~~~~~~~~~~~~~
                         |      | |
                         |      | (9) entry to '_asn1_add_single_node'
                         |......
                         |   53 |   if (punt == NULL)
                         |      |      ~
                         |      |      |
                         |      |      (10) following 'false' branch (when 'punt' is non-NULL)...
                         |......
                         |   56 |   punt->type = type;
                         |      |   ~~~~~~~~~~~~~~~~~
                         |      |              |
                         |      |              (11) ...to here
                         |
                  <------+
                  |
                '_asn1_copy_structure3': events 12-13
                  |
                  |  421 |   dest_node = _asn1_add_single_node (source_node->type);
                  |      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  |      |               |
                  |      |               (12) returning to '_asn1_copy_structure3' from '_asn1_add_single_node'
                  |  422 |   if (dest_node == NULL)
                  |      |      ~         
                  |      |      |
                  |      |      (13) following 'false' branch...
                  |
                '_asn1_copy_structure3': event 14
                  |
                  |cc1:
                  | (14): ...to here
                  |
                '_asn1_copy_structure3': events 15-21
                  |
                  |  432 |       if (move != UP)
                  |      |          ^
                  |      |          |
                  |      |          (15) following 'true' branch (when 'move != 1')...
                  |  433 |         {
                  |  434 |           if (p_s->name[0] != 0)
                  |      |               ~~~~~~~~~~~~
                  |      |                        |
                  |      |                        (16) ...to here
                  |  435 |             _asn1_cpy_name (p_d, p_s);
                  |  436 |           if (p_s->value)
                  |      |              ~
                  |      |              |
                  |      |              (17) following 'true' branch...
                  |  437 |             _asn1_set_value (p_d, p_s->value, p_s->value_len);
                  |      |                                               ~~~~~~~~~~~~~~
                  |      |                                                  |
                  |      |                                                  (18) ...to here
                  |  438 |           if (p_s->down)
                  |      |              ~
                  |      |              |
                  |      |              (19) following 'true' branch...
                  |......
                  |  442 |               p_d = _asn1_add_single_node (p_s->type);
                  |      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  |      |                     |                         |
                  |      |                     |                         (20) ...to here
                  |      |                     (21) calling '_asn1_add_single_node' from '_asn1_copy_structure3'
                  |
                  +--> '_asn1_add_single_node': events 22-23
                         |
                         |   48 | _asn1_add_single_node (unsigned int type)
                         |      | ^~~~~~~~~~~~~~~~~~~~~
                         |      | |
                         |      | (22) entry to '_asn1_add_single_node'
                         |......
                         |   53 |   if (punt == NULL)
                         |      |      ~
                         |      |      |
                         |      |      (23) following 'true' branch (when 'punt' is NULL)...
                         |
                       '_asn1_add_single_node': event 24
                         |
                         |cc1:
                         | (24): ...to here
                         |
                  <------+
                  |
                '_asn1_copy_structure3': event 25
                  |
                  |  442 |               p_d = _asn1_add_single_node (p_s->type);
                  |      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  |      |                     |
                  |      |                     (25) returning to '_asn1_copy_structure3' from '_asn1_add_single_node'
                  |
                '_asn1_copy_structure3': events 26-29
                  |
                  |../../lib/parser_aux.h:113:6:
                  |  113 |   if (node == NULL)
                  |      |      ^
                  |      |      |
                  |      |      (26) following 'false' branch (when 'p_d' is non-NULL)...
                  |  114 |     return node;
                  |  115 |   node->down = down;
                  |      |   ~~~~~~~~~~~~~~~~~
                  |      |              |
                  |      |              (27) ...to here
                  |      |              (28) '0' is NULL
                  |  116 |   if (down)
                  |      |      ~
                  |      |      |
                  |      |      (29) following 'false' branch...
                  |
                '_asn1_copy_structure3': events 30-31
                  |
                  |../../lib/structure.c:438:14:
                  |  438 |           if (p_s->down)
                  |      |              ^
                  |      |              |
                  |      |              (30) ...to here
                  |......
                  |  468 |   while (p_s != source_node);
                  |      |          ~~~~~~~~~~~~~~~~~~
                  |      |              |
                  |      |              (31) following 'true' branch (when 'p_s != source_node')...
                  |
                '_asn1_copy_structure3': event 32
                  |
                  |cc1:
                  | (32): ...to here
                  |
                '_asn1_copy_structure3': events 33-39
                  |
                  |  432 |       if (move != UP)
                  |      |          ^
                  |      |          |
                  |      |          (33) following 'true' branch (when 'move != 1')...
                  |  433 |         {
                  |  434 |           if (p_s->name[0] != 0)
                  |      |              ~~~~~~~~~~~~~
                  |      |              |         |
                  |      |              |         (34) ...to here
                  |      |              (35) following 'false' branch...
                  |  435 |             _asn1_cpy_name (p_d, p_s);
                  |  436 |           if (p_s->value)
                  |      |              ~~~~~~~~~~~
                  |      |              |   |
                  |      |              |   (36) ...to here
                  |      |              (37) following 'false' branch...
                  |  437 |             _asn1_set_value (p_d, p_s->value, p_s->value_len);
                  |  438 |           if (p_s->down)
                  |      |               ~~~~~~~~~
                  |      |                  |
                  |      |                  (38) ...to here
                  |......
                  |  446 |           p_d->start = p_s->start;
                  |      |           ~~~~~~~~~~~~~~~~~~~~~~~
                  |      |                      |
                  |      |                      (39) dereference of NULL 'p_d'
                  |
  CC       version.lo
  CCLD     libtasn1.la
make[3]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib'
make[2]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib'
Making all in src
make[2]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src'
Making all in gl
make[3]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src/gl'
  GEN      alloca.h
  GEN      errno.h
  GEN      fcntl.h
  GEN      getopt.h
  GEN      getopt-cdefs.h
  GEN      inttypes.h
  GEN      limits.h
  GEN      stdbool.h
  GEN      stdckdint.h
  GEN      stdint.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      time.h
  GEN      unistd.h
  GEN      wchar.h
make  all-recursive
make[4]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src/gl'
make[5]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src/gl'
  CC       libsgl_la-cloexec.lo
  CC       libsgl_la-close.lo
  CC       libsgl_la-dup2.lo
  CC       libsgl_la-explicit_bzero.lo
  CC       libsgl_la-fcntl.lo
  CC       libsgl_la-fd-hook.lo
  CC       libsgl_la-free.lo
  CC       libsgl_la-fstat.lo
  CC       libsgl_la-getdtablesize.lo
  CC       libsgl_la-getopt.lo
  CC       libsgl_la-getopt1.lo
  CC       libsgl_la-gettime.lo
  CC       libsgl_la-gettimeofday.lo
  CC       libsgl_la-lseek.lo
  CC       libsgl_la-malloca.lo
  CC       libsgl_la-msvc-inval.lo
  CC       libsgl_la-msvc-nothrow.lo
  CC       libsgl_la-open.lo
  CC       libsgl_la-progname.lo
  CC       libsgl_la-read-file.lo
  CC       libsgl_la-stat.lo
  CC       libsgl_la-stat-time.lo
  CC       libsgl_la-timespec.lo
  CC       libsgl_la-unistd.lo
  CC       libsgl_la-version-etc.lo
  CC       libsgl_la-version-etc-fsf.lo
  CC       fopen.lo
  CC       malloc.lo
  CC       realloc.lo
  CC       stat-w32.lo
  CCLD     libsgl.la
make[5]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src/gl'
make[4]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src/gl'
make[3]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src/gl'
make[3]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src'
  CC       asn1Parser.o
  CCLD     asn1Parser.exe
libtool:   error: Could not determine the host path corresponding to
libtool:   error:   '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib/.libs'
libtool:   error: Continuing, but uninstalled executables may not work.
libtool:   error: Could not determine the host path corresponding to
libtool:   error:   '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib/.libs:/usr/x86_64-w64-mingw32/lib:/usr/x86_64-w64-mingw32/bin'
libtool:   error: Continuing, but uninstalled executables may not work.
  CC       asn1Coding.o
../../src/asn1Coding.c: In function 'main':
../../src/asn1Coding.c:344:34: warning: dereference of NULL 'der' [CWE-476] [-Wanalyzer-null-dereference]
  344 |     fprintf (stderr, "%02x ", der[k]);
      |                               ~~~^~~
  'main': events 1-7
    |
    |  207 |   if (optind == argc || optind == argc - 1)
    |      |      ^
    |      |      |
    |      |      (1) following 'false' branch...
    |......
    |  214 |   inputFileAsnName = strdup (argv[optind]);
    |      |                                  ~
    |      |                                  |
    |      |                                  (2) ...to here
    |  215 |   if (inputFileAsnName == NULL)
    |      |      ~
    |      |      |
    |      |      (3) following 'false' branch...
    |......
    |  221 |   inputFileAssignmentName = strdup (argv[optind + 1]);
    |      |                                         ~
    |      |                                         |
    |      |                                         (4) ...to here
    |  222 |   if (inputFileAssignmentName == NULL)
    |      |      ~
    |      |      |
    |      |      (5) following 'false' branch...
    |......
    |  229 |     asn1_parser2tree (inputFileAsnName, &definitions, errorDescription);
    |      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |     |
    |      |     (6) ...to here
    |......
    |  248 |   if (asn1_result != ASN1_SUCCESS)
    |      |      ~
    |      |      |
    |      |      (7) following 'false' branch...
    |
  'main': event 8
    |
    |  256 |   inputFile = fopen (inputFileAssignmentName, "r");
    |      |               ^
    |      |               |
    |      |               (8) ...to here
    |
  'main': events 9-10
    |
    |  258 |   if (inputFile == NULL)
    |      |      ^
    |      |      |
    |      |      (9) following 'false' branch...
    |......
    |  268 |   putc ('\n', stderr);
    |      |   ~~~~~~~~~~~~~~~~~~~
    |      |   |
    |      |   (10) ...to here
    |
  'main': events 11-22
    |
    |  271 |          == ASSIGNMENT_SUCCESS)
    |      |          ^
    |      |          |
    |      |          (11) following 'false' branch...
    |......
    |  301 |   if (last_ra != ASSIGNMENT_EOF)
    |      |      ~    
    |      |      |
    |      |      (12) ...to here
    |      |      (13) following 'false' branch...
    |......
    |  306 |   fclose (inputFile);
    |      |   ~~~~~~~~~~~~~~~~~~
    |      |   |
    |      |   (14) ...to here
    |......
    |  314 |   if (asn1_result == ASN1_MEM_ERROR)
    |      |      ~    
    |      |      |
    |      |      (15) following 'false' branch...
    |......
    |  325 |   fprintf (stderr, "\nCoding: %s\n\n", asn1_strerror (asn1_result));
    |      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |   |
    |      |   (16) ...to here
    |  326 |   if (asn1_result != ASN1_SUCCESS)
    |      |      ~    
    |      |      |
    |      |      (17) following 'false' branch (when 'asn1_result == 0')...
    |......
    |  342 |   fprintf (stderr, "-----------------\nNumber of bytes=%i\n", der_len);
    |      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |   |
    |      |   (18) ...to here
    |  343 |   for (k = 0; k < der_len; k++)
    |      |               ~~~~~~~~~~~
    |      |                 |
    |      |                 (19) following 'true' branch...
    |  344 |     fprintf (stderr, "%02x ", der[k]);
    |      |                               ~~~~~~
    |      |                                  |
    |      |                                  (20) ...to here
    |      |                                  (21) 'der' is NULL
    |      |                                  (22) dereference of NULL 'der + (sizetype)k'
    |
../../src/asn1Coding.c:372:39: warning: dereference of NULL 'der' [CWE-476] [-Wanalyzer-null-dereference]
  372 |         fprintf (outputFile, "%c", der[k]);
      |                                    ~~~^~~
  'main': events 1-3
    |
    |  166 |       if (option_result == -1)
    |      |          ^
    |      |          |
    |      |          (1) following 'false' branch...
    |......
    |  169 |       switch (option_result)
    |      |       ~~~~~~
    |      |       |
    |      |       (2) ...to here
    |......
    |  187 |           if (outputFileName == NULL)
    |      |              ~
    |      |              |
    |      |              (3) following 'false' branch...
    |
  'main': event 4
    |
    |cc1:
    | (4): ...to here
    |
  'main': events 5-11
    |
    |  207 |   if (optind == argc || optind == argc - 1)
    |      |      ^
    |      |      |
    |      |      (5) following 'false' branch...
    |......
    |  214 |   inputFileAsnName = strdup (argv[optind]);
    |      |                                  ~
    |      |                                  |
    |      |                                  (6) ...to here
    |  215 |   if (inputFileAsnName == NULL)
    |      |      ~
    |      |      |
    |      |      (7) following 'false' branch...
    |......
    |  221 |   inputFileAssignmentName = strdup (argv[optind + 1]);
    |      |                                         ~
    |      |                                         |
    |      |                                         (8) ...to here
    |  222 |   if (inputFileAssignmentName == NULL)
    |      |      ~
    |      |      |
    |      |      (9) following 'false' branch...
    |......
    |  229 |     asn1_parser2tree (inputFileAsnName, &definitions, errorDescription);
    |      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |     |
    |      |     (10) ...to here
    |......
    |  248 |   if (asn1_result != ASN1_SUCCESS)
    |      |      ~
    |      |      |
    |      |      (11) following 'false' branch...
    |
  'main': event 12
    |
    |  256 |   inputFile = fopen (inputFileAssignmentName, "r");
    |      |               ^
    |      |               |
    |      |               (12) ...to here
    |
  'main': events 13-23
    |
    |  258 |   if (inputFile == NULL)
    |      |      ^
    |      |      |
    |      |      (13) following 'false' branch...
    |......
    |  268 |   putc ('\n', stderr);
    |      |   ~~~~~~~~~~~~~~~~~~~
    |      |   |
    |      |   (14) ...to here
    |......
    |  301 |   if (last_ra != ASSIGNMENT_EOF)
    |      |      ~
    |      |      |
    |      |      (15) following 'false' branch...
    |......
    |  306 |   fclose (inputFile);
    |      |   ~~~~~~~~~~~~~~~~~~
    |      |   |
    |      |   (16) ...to here
    |......
    |  314 |   if (asn1_result == ASN1_MEM_ERROR)
    |      |      ~
    |      |      |
    |      |      (17) following 'false' branch...
    |......
    |  325 |   fprintf (stderr, "\nCoding: %s\n\n", asn1_strerror (asn1_result));
    |      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |   |
    |      |   (18) ...to here
    |  326 |   if (asn1_result != ASN1_SUCCESS)
    |      |      ~
    |      |      |
    |      |      (19) following 'false' branch (when 'asn1_result == 0')...
    |......
    |  342 |   fprintf (stderr, "-----------------\nNumber of bytes=%i\n", der_len);
    |      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |   |
    |      |   (20) ...to here
    |  343 |   for (k = 0; k < der_len; k++)
    |      |               ~~~~~~~~~~~
    |      |                 |
    |      |                 (21) following 'false' branch...
    |  344 |     fprintf (stderr, "%02x ", der[k]);
    |  345 |   fputs ("\n-----------------\n", stderr);
    |      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |   |
    |      |   (22) ...to here
    |......
    |  350 |   if (!checkSyntaxOnly)
    |      |      ~
    |      |      |
    |      |      (23) following 'true' branch (when 'checkSyntaxOnly == 0')...
    |
  'main': events 24-27
    |
    |  352 |       if (outputFileName == NULL)
    |      |          ~               ^
    |      |          |               |
    |      |          |               (24) ...to here
    |      |          (25) following 'false' branch...
    |......
    |  355 |       fprintf (stderr, "\nOutputFile=%s\n", outputFileName);
    |      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    |      |       |
    |      |       (26) ...to here
    |......
    |  359 |       if (outputFile == NULL)
    |      |          ~                
    |      |          |
    |      |          (27) following 'false' branch...
    |
  'main': event 28
    |
    |cc1:
    | (28): ...to here
    |
  'main': events 29-32
    |
    |  371 |       for (k = 0; k < der_len; k++)
    |      |                   ~~^~~~~~~~~
    |      |                     |
    |      |                     (29) following 'true' branch...
    |  372 |         fprintf (outputFile, "%c", der[k]);
    |      |                                    ~~~~~~
    |      |                                       |
    |      |                                       (30) ...to here
    |      |                                       (31) 'der' is NULL
    |      |                                       (32) dereference of NULL 'der + (sizetype)k'
    |
  CCLD     asn1Coding.exe
libtool:   error: Could not determine the host path corresponding to
libtool:   error:   '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib/.libs'
libtool:   error: Continuing, but uninstalled executables may not work.
libtool:   error: Could not determine the host path corresponding to
libtool:   error:   '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib/.libs:/usr/x86_64-w64-mingw32/lib:/usr/x86_64-w64-mingw32/bin'
libtool:   error: Continuing, but uninstalled executables may not work.
  CC       asn1Decoding.o
  CC       benchmark.o
../../src/benchmark.c: In function 'start_benchmark':
../../src/benchmark.c:98:53: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'DWORD' {aka 'long unsigned int'} [-Wformat=]
   98 |       fprintf (stderr, "error: CreateWaitableTimer %u\n", GetLastError ());
      |                                                    ~^     ~~~~~~~~~~~~~~~
      |                                                     |     |
      |                                                     |     DWORD {aka long unsigned int}
      |                                                     unsigned int
      |                                                    %lu
../../src/benchmark.c:104:46: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'DWORD' {aka 'long unsigned int'} [-Wformat=]
  104 |       fprintf (stderr, "error: CreateThread %u\n", GetLastError ());
      |                                             ~^     ~~~~~~~~~~~~~~~
      |                                              |     |
      |                                              |     DWORD {aka long unsigned int}
      |                                              unsigned int
      |                                             %lu
../../src/benchmark.c:111:50: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'DWORD' {aka 'long unsigned int'} [-Wformat=]
  111 |       fprintf (stderr, "error: SetWaitableTimer %u\n", GetLastError ());
      |                                                 ~^     ~~~~~~~~~~~~~~~
      |                                                  |     |
      |                                                  |     DWORD {aka long unsigned int}
      |                                                  unsigned int
      |                                                 %lu
  CCLD     asn1Decoding.exe
libtool:   error: Could not determine the host path corresponding to
libtool:   error:   '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib/.libs'
libtool:   error: Continuing, but uninstalled executables may not work.
libtool:   error: Could not determine the host path corresponding to
libtool:   error:   '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib/.libs:/usr/x86_64-w64-mingw32/lib:/usr/x86_64-w64-mingw32/bin'
libtool:   error: Continuing, but uninstalled executables may not work.
make[3]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src'
make[2]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src'
Making all in fuzz
make[2]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/fuzz'
  CC       corpus2array.o
  CCLD     corpus2array.exe
libtool: warning: '-no-install' is ignored for x86_64-w64-mingw32
libtool: warning: assuming '-no-fast-install' instead
libtool:   error: Could not determine the host path corresponding to
libtool:   error:   '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib/.libs'
libtool:   error: Continuing, but uninstalled executables may not work.
libtool:   error: Could not determine the host path corresponding to
libtool:   error:   '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib/.libs:/usr/x86_64-w64-mingw32/lib:/usr/x86_64-w64-mingw32/bin'
libtool:   error: Continuing, but uninstalled executables may not work.
make[2]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/fuzz'
Making all in tests
make[2]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/tests'
make  all-am
make[3]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/tests'
make[2]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/tests'
make[2]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32'
make[2]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32'
make[1]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32'
~/mingw-w64-libtasn1/src/libtasn1-4.19.0
==> Entering fakeroot environment...
==> Starting package()...
make  install-recursive
make[1]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32'
Making install in lib
make[2]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/lib'
Making install in gl
make[3]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/lib/gl'
make  install-recursive
make[4]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/lib/gl'
make[5]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/lib/gl'
make[6]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/lib/gl'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/lib/gl'
make[5]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/lib/gl'
make[4]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/lib/gl'
make[3]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/lib/gl'
make[3]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/lib'
make[4]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/lib'
 /usr/bin/mkdir -p '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/lib'
 /usr/bin/install -c -m 644 libtasn1-.def '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/lib'
 /usr/bin/mkdir -p '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libtasn1.la '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/lib'
libtool: install: /usr/bin/install -c .libs/libtasn1.dll.a /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/lib/libtasn1.dll.a
libtool: install: base_file=`basename libtasn1.la`
libtool: install:  dlpath=`/bin/sh 2>&1 -c '. .libs/'libtasn1.la'i; echo libtasn1-6.dll'`
libtool: install:  dldir=/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/lib/`dirname ../bin/libtasn1-6.dll`
libtool: install:  test -d /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/lib/../bin || mkdir -p /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/lib/../bin
libtool: install:  /usr/bin/install -c .libs/libtasn1-6.dll /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/lib/../bin/libtasn1-6.dll
libtool: install:  chmod a+x /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/lib/../bin/libtasn1-6.dll
libtool: install:  if test -n '' && test -n 'i686-w64-mingw32-strip --strip-unneeded'; then eval 'i686-w64-mingw32-strip --strip-unneeded /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/lib/../bin/libtasn1-6.dll' || exit 0; fi
libtool: install: /usr/bin/install -c .libs/libtasn1.lai /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/lib/libtasn1.la
libtool: install: /usr/bin/install -c .libs/libtasn1.a /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/lib/libtasn1.a
libtool: install: chmod 644 /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/lib/libtasn1.a
libtool: install: i686-w64-mingw32-ranlib /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/lib/libtasn1.a
libtool: warning: remember to run 'libtool --finish /usr/i686-w64-mingw32/lib'
 /usr/bin/mkdir -p '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/include'
 /usr/bin/install -c -m 644 includes/libtasn1.h '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/include'
 /usr/bin/mkdir -p '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/lib/pkgconfig'
 /usr/bin/install -c -m 644 libtasn1.pc '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/lib/pkgconfig'
make[4]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/lib'
make[3]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/lib'
make[2]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/lib'
Making install in src
make[2]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/src'
Making install in gl
make[3]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/src/gl'
make  install-recursive
make[4]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/src/gl'
make[5]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/src/gl'
make[6]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/src/gl'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/src/gl'
make[5]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/src/gl'
make[4]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/src/gl'
make[3]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/src/gl'
make[3]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/src'
make[4]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/src'
 /usr/bin/mkdir -p '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c asn1Parser.exe asn1Coding.exe asn1Decoding.exe '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/bin'
libtool: warning: '../lib/libtasn1.la' has not been installed in '/usr/i686-w64-mingw32/lib'
libtool: install: /usr/bin/install -c .libs/asn1Parser.exe /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/bin/asn1Parser.exe
libtool: warning: '../lib/libtasn1.la' has not been installed in '/usr/i686-w64-mingw32/lib'
libtool: install: /usr/bin/install -c .libs/asn1Coding.exe /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/bin/asn1Coding.exe
libtool: warning: '../lib/libtasn1.la' has not been installed in '/usr/i686-w64-mingw32/lib'
libtool: install: /usr/bin/install -c .libs/asn1Decoding.exe /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/i686-w64-mingw32/bin/asn1Decoding.exe
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/src'
make[3]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/src'
make[2]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/src'
Making install in fuzz
make[2]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/fuzz'
make[3]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/fuzz'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/fuzz'
make[2]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/fuzz'
Making install in tests
make[2]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/tests'
make  install-am
make[3]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/tests'
make[4]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/tests'
make[3]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/tests'
make[2]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32/tests'
make[2]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32'
make[3]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32'
make[2]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32'
make[1]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-i686-w64-mingw32'
make  install-recursive
make[1]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32'
Making install in lib
make[2]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib'
Making install in gl
make[3]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib/gl'
make  install-recursive
make[4]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib/gl'
make[5]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib/gl'
make[6]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib/gl'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib/gl'
make[5]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib/gl'
make[4]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib/gl'
make[3]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib/gl'
make[3]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib'
make[4]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib'
 /usr/bin/mkdir -p '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/lib'
 /usr/bin/install -c -m 644 libtasn1-.def '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/lib'
 /usr/bin/mkdir -p '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libtasn1.la '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/lib'
libtool: install: /usr/bin/install -c .libs/libtasn1.dll.a /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/lib/libtasn1.dll.a
libtool: install: base_file=`basename libtasn1.la`
libtool: install:  dlpath=`/bin/sh 2>&1 -c '. .libs/'libtasn1.la'i; echo libtasn1-6.dll'`
libtool: install:  dldir=/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/lib/`dirname ../bin/libtasn1-6.dll`
libtool: install:  test -d /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/lib/../bin || mkdir -p /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/lib/../bin
libtool: install:  /usr/bin/install -c .libs/libtasn1-6.dll /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/lib/../bin/libtasn1-6.dll
libtool: install:  chmod a+x /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/lib/../bin/libtasn1-6.dll
libtool: install:  if test -n '' && test -n 'x86_64-w64-mingw32-strip --strip-unneeded'; then eval 'x86_64-w64-mingw32-strip --strip-unneeded /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/lib/../bin/libtasn1-6.dll' || exit 0; fi
libtool: install: /usr/bin/install -c .libs/libtasn1.lai /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/lib/libtasn1.la
libtool: install: /usr/bin/install -c .libs/libtasn1.a /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/lib/libtasn1.a
libtool: install: chmod 644 /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/lib/libtasn1.a
libtool: install: x86_64-w64-mingw32-ranlib /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/lib/libtasn1.a
libtool: warning: remember to run 'libtool --finish /usr/x86_64-w64-mingw32/lib'
 /usr/bin/mkdir -p '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/include'
 /usr/bin/install -c -m 644 includes/libtasn1.h '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/include'
 /usr/bin/mkdir -p '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/lib/pkgconfig'
 /usr/bin/install -c -m 644 libtasn1.pc '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/lib/pkgconfig'
make[4]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib'
make[3]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib'
make[2]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/lib'
Making install in src
make[2]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src'
Making install in gl
make[3]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src/gl'
make  install-recursive
make[4]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src/gl'
make[5]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src/gl'
make[6]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src/gl'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src/gl'
make[5]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src/gl'
make[4]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src/gl'
make[3]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src/gl'
make[3]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src'
make[4]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src'
 /usr/bin/mkdir -p '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c asn1Parser.exe asn1Coding.exe asn1Decoding.exe '/build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/bin'
libtool: warning: '../lib/libtasn1.la' has not been installed in '/usr/x86_64-w64-mingw32/lib'
libtool: install: /usr/bin/install -c .libs/asn1Parser.exe /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/bin/asn1Parser.exe
libtool: warning: '../lib/libtasn1.la' has not been installed in '/usr/x86_64-w64-mingw32/lib'
libtool: install: /usr/bin/install -c .libs/asn1Coding.exe /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/bin/asn1Coding.exe
libtool: warning: '../lib/libtasn1.la' has not been installed in '/usr/x86_64-w64-mingw32/lib'
libtool: install: /usr/bin/install -c .libs/asn1Decoding.exe /build/mingw-w64-libtasn1/pkg/mingw-w64-libtasn1/usr/x86_64-w64-mingw32/bin/asn1Decoding.exe
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src'
make[3]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src'
make[2]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/src'
Making install in fuzz
make[2]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/fuzz'
make[3]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/fuzz'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/fuzz'
make[2]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/fuzz'
Making install in tests
make[2]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/tests'
make  install-am
make[3]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/tests'
make[4]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/tests'
make[3]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/tests'
make[2]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32/tests'
make[2]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32'
make[3]: Entering directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32'
make[2]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32'
make[1]: Leaving directory '/build/mingw-w64-libtasn1/src/libtasn1-4.19.0/build-x86_64-w64-mingw32'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "mingw-w64-libtasn1"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: mingw-w64-libtasn1 4.19.0-1 (Thu Dec  1 05:09:27 2022)
'mingw-w64-libtasn1-4.19.0-1-any.pkg.tar.zst' -> '/var/lib/aur-repo/mingw-w64-libtasn1-4.19.0-1-any.pkg.tar.zst'
'mingw-w64-libtasn1-4.19.0-1-any.pkg.tar.zst.sig' -> '/var/lib/aur-repo/mingw-w64-libtasn1-4.19.0-1-any.pkg.tar.zst.sig'
==> Verifying database signature...
gpg: assuming signed data in '/var/lib/aur-repo//score.moe.db.tar.gz'
gpg: Signature made Thu 01 Dec 2022 05:06:36 AM UTC
gpg:                using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F
gpg: Good signature from "gurren.score.moe build host (automatic signing key) <pkgs.score_@0sg.net>" [ultimate]
  -> Database signature file verified.
==> Extracting score.moe.db.tar.gz to a temporary location...
==> Verifying database signature...
gpg: assuming signed data in '/var/lib/aur-repo//score.moe.files.tar.gz'
gpg: Signature made Thu 01 Dec 2022 05:06:37 AM UTC
gpg:                using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F
gpg: Good signature from "gurren.score.moe build host (automatic signing key) <pkgs.score_@0sg.net>" [ultimate]
  -> Database signature file verified.
==> Extracting score.moe.files.tar.gz to a temporary location...
==> Adding package 'mingw-w64-libtasn1-4.19.0-1-any.pkg.tar.zst'
==> WARNING: An entry for 'mingw-w64-libtasn1-4.19.0-1' already existed
  -> Adding package signature...
  -> Computing checksums...
  -> Removing existing entry 'mingw-w64-libtasn1-4.19.0-1'...
  -> Creating 'desc' db entry...
  -> Creating 'files' db entry...
==> Creating updated database file 'score.moe.db.tar.gz'
==> Signing database 'score.moe.db.tar.gz'...
  -> Created signature file 'score.moe.db.tar.gz.sig'
==> Signing database 'score.moe.files.tar.gz'...
  -> Created signature file 'score.moe.files.tar.gz.sig'
Archiving artifacts
Recording fingerprints
Finished: SUCCESS