Searched refs:we_offs (Results 1 – 9 of 9) sorted by relevance
93 if (we->we_offs > SIZE_MAX/sizeof(void *)/4) in do_wordexp()95 i += we->we_offs; in do_wordexp()97 we->we_offs = 0; in do_wordexp()157 if (wv) for (i=we->we_offs; i; i--) in do_wordexp()159 we->we_wordc -= we->we_offs; in do_wordexp()185 for (i=0; i<we->we_wordc; i++) free(we->we_wordv[we->we_offs+i]); in wordfree()
92 if (we->we_offs > SIZE_MAX/sizeof(void *)/4) in do_wordexp()94 i += we->we_offs; in do_wordexp()96 we->we_offs = 0; in do_wordexp()156 if (wv) for (i=we->we_offs; i; i--) in do_wordexp()158 we->we_wordc -= we->we_offs; in do_wordexp()183 for (i=0; i<we->we_wordc; i++) free(we->we_wordv[we->we_offs+i]); in wordfree()
24 size_t we_offs; member
12 F(size_t, we_offs) in f()
491 - crash in wordfree with uninitialized we_offs492 - fix wordexp not null-initializing the we_offs initial slots