sudo-project/sudo

When sudo_mmap_strdup fails, copy[x] may be leaked?

BornThisWay opened this issue · 1 comments

sudo_mmap_free(copy);

I don't think the resource rollback is complete.

Fixed by 9c694e9