here it is inside the c iterator, about to extract 0.11.0, after what
i believe was the first iteration over 0.10.7 . maybe the quirk is
explained by me not fully understanding how it works here.

(gdb) n
881                     const char *path =
git_vector_get(&iter->loose, iter->loose_pos++);
6: *(size_t *) 0x555557fb0f30 = 1222
(gdb) p (char*)iter->loose.contents[1222]
$26 = 0x555555780e00 "refs/tags/0.11.0"

Reply via email to