Searched refs:new_data (Results 1 – 1 of 1) sorted by relevance
433 uint8_t *new_data; in concat_option() local435 new_data = xmalloc(len + opt_item->len); in concat_option()437 mempcpy(new_data, opt_item->data, opt_item->len), in concat_option()444 opt_item->data = new_data; in concat_option()