shawnanastasio / libkvmchan

An implementation of the Xen vchan API on KVM
Other
10 stars 4 forks source link

Shared structures should not contain any shared pointers #3

Closed shawnanastasio closed 5 years ago

shawnanastasio commented 5 years ago

As pointed out in #1, the usage of pointers in shared structures introduces a potential information leak. They should instead be replaced by indexes.