| 9b39a141 | 20-Dec-2021 |
jsing <jsing@openbsd.org> |
Always allocate a new stack in o2i_SCT_LIST().
If we're given a pointer to an existing stack, free it and allocate a new one rather than poping and freeing all of the existing entries so we can reus
Always allocate a new stack in o2i_SCT_LIST().
If we're given a pointer to an existing stack, free it and allocate a new one rather than poping and freeing all of the existing entries so we can reuse it. While here rename some arguments and variables.
ok inoguchi@ tb@
show more ...
|