iiol

Results 2 issues of iiol

Example: ```c sds str; str = sdsnew("Hi "); str = sdscat(str, str); printf("%s\n", str); // not "Hi Hi " ```