View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000556 | luatex | luatex bug | public | 2011-01-10 14:57 | 2011-04-12 11:06 |
Reporter | Taco | Assigned To | Taco | ||
Priority | low | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 0.66.0 | ||||
Summary | 0000556: bad use of strcpy | ||||
Description | From peb: In luatexdir/tex/texfileio.w:1220ff (executable_filep) you say: p = strrchr(base, '\\'); if (p) { p++; strcpy(base, p); } the strcpy(3) Linux manpage, however, specifies: The strings may not overlap, ... whereas the strcpy(3p) Posix manpage says: If copying takes place between objects that overlap, the behavior is undefined. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2011-01-10 14:57 | Taco | New Issue | |
2011-01-10 14:57 | Taco | Status | new => assigned |
2011-01-10 14:57 | Taco | Assigned To | => Taco |
2011-04-11 10:31 | Taco | Note Added: 0000778 | |
2011-04-11 14:51 | Taco | Note Added: 0000786 | |
2011-04-11 14:51 | Taco | Status | assigned => resolved |
2011-04-11 14:51 | Taco | Resolution | open => fixed |
2011-04-12 11:02 | Taco | Fixed in Version | => 0.66.0 |
2011-04-12 11:06 | Taco | Note Added: 0000808 | |
2011-04-12 11:06 | Taco | Status | resolved => closed |