viewing paste Unknown #5392 | C

Posted on the
1 2 3 4 5
size_t sz;
        
    sz = sizeof(struct conf_value);
    if(val_len >=  sizeof(v->strval))
        sz += (val_len - sizeof(v->strval) +  1);
Viewed 696 times, submitted by Guest.