>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes: >> + int expout_size; Jan> Memory object size does not fit into `int', it should be `size_t'. I agree, but I think that mixing different kinds of refactorings into one patch can be unnecessarily complicated and confusing. The 'int' is already there today. Tom