You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree the original version doesn't make any sense; the strcat() function merges string a2 into string a1 which does not necessarily have room to hold it, and the returns a pointer to string a1, causing the allocated memory t to be orphaned. I suggest fixing this as you have done above.
Likewise, I can find no place that calls mergeAttr() in ext2sim so I agree with your assessment of just removing it altogether.
Uh oh!
There was an error while loading. Please reload this page.
magic/ext2spice/ext2spice.c
Line 4259 in c4a2a54
Consider:
The text was updated successfully, but these errors were encountered: