enarx-archive / sallyport

API for the hypervisor-microkernel boundary
Apache License 2.0
7 stars 6 forks source link

fix: avoid confusion with getrandom flags #117

Closed haraldh closed 2 years ago

haraldh commented 2 years ago

Remove the flags variable to not confuse it with self.flags, as it is only needed to check for the validity of self.flags.

Signed-off-by: Harald Hoyer harald@profian.com

Related: https://github.com/enarx/sallyport/issues/116