PLSysSec / rlbox

RLBox sandboxing framework
https://rlbox.dev
MIT License
285 stars 21 forks source link

comparing integers of different signs #19

Open deian opened 4 years ago

deian commented 4 years ago

In Prio, I"m getting a warning about int vs. size_t comparison here:

https://github.com/PLSysSec/rlbox_sandboxing_api/blob/master/code/include/rlbox_stdlib.hpp#L152-L154

In general we probably want to avoid this