656 } else if (BSON_ITER_IS_KEY (&child, "ns")) {
657 const char *ns;
658
659 ns = bson_iter_utf8 (&child, &cursor->nslen);
CID 49589 (#1 of 1): Buffer not null terminated (BUFFER_SIZE_WARNING)18. buffer_size_warning: Calling strncpy with a maximum size argument of 140 bytes on destination array cursor->ns of size 140 bytes might leave the destination string unterminated.
660 strncpy (cursor->ns, ns, sizeof cursor->ns);
19. Falling through to end of if statement
24. Condition 0 == strcmp("firstBatch", bson_iter_key(&child)), taking true branch