• R
    fix errno handling in scandir: · dae17a1a
    Rich Felker 提交于
    1. saved errno was not being restored, illegally clearing errno to 0.
    2. no need to backup and save errno around free; it will not touch
    except perhaps when the program has already invoked UB...
    dae17a1a
scandir.c 1.1 KB