Summary: | Overlapping memcpy() blocks in Ins_MINDEX(). | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Alex Cherepanov <alex> |
Component: | General | Assignee: | Stefan Kemper <stefan.kemper> |
Status: | NOTIFIED FIXED | ||
Severity: | normal | ||
Priority: | P3 | ||
Version: | master | ||
Hardware: | PC | ||
OS: | Linux | ||
Customer: | Word Size: | --- | |
Attachments: | patch |
Description
Alex Cherepanov
2005-07-20 20:25:56 UTC
Created attachment 1553 [details]
patch
s/memcpy/memmove/ in Ins_MINDEX().
The fix is committed to HEAD branch. See the comment 3 of the bug 688225 for the code review. |