Skip to content

init rlp struct and don't cast rlim_t to int

Harald Sitter requested to merge work/rlp into master

posix defines rlim_t as "Unsigned integer type used for limit values". we can simply iterate with an rlim_t instead of having to static cast it to int

Merge request reports