ltp icon indicating copy to clipboard operation
ltp copied to clipboard

open_posix: Re-init static variable to avoid errors during multiple runs

Open extinguish opened this issue 2 years ago • 1 comments

open_posix: the static variables need to re-init before running again, thus to aovid report error with running multiple times

Signed-off-by: Huang Qi [email protected]

extinguish avatar Aug 31 '23 07:08 extinguish

So this is same as #1067 and you are doing something very strange that static variables needs to be reinitialized this way. I do not understand why this is needed at all.

metan-ucw avatar Jan 04 '24 13:01 metan-ucw