nelhage / reptyr

Reparent a running program to a new terminal
MIT License
5.8k stars 215 forks source link

freebsd: initialize count to 0 before procstat_getprocs() #117

Closed kevans91 closed 4 years ago

kevans91 commented 4 years ago

This API will not touch *count in the error case, so we're left with stack garbage.

Signed-off-by: Kyle Evans kevans91@ksu.edu

nelhage commented 4 years ago

Thanks!