rust-vmm / vmm-sys-util

Helpers and utilities used by multiple rust-vmm components and VMMs
BSD 3-Clause "New" or "Revised" License
78 stars 65 forks source link

Add length check to Epoll::wait to prevent UB in safe code #113

Closed Twister915 closed 3 years ago

Twister915 commented 3 years ago

Fix to address issue #112

lauralt commented 3 years ago

Looks good to me, can you also squash the commits?

jiangliu commented 3 years ago

It's a break change, we need to bump the version number for next release.

andreeaflorescu commented 3 years ago

It's a break change, we need to bump the version number for next release.

@jiangliu We've been bumping the version when we prepare the release on crates.io. Are you suggesting to do that now?

Twister915 commented 3 years ago

Squashed