View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000369 | file | General | public | 2022-07-21 15:00 | 2022-07-30 17:04 |
Reporter | hbent | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.42 | ||||
Fixed in Version | 5.43 | ||||
Summary | 0000369: src/vasprintf.c typo fix | ||||
Description | src/vasprintf.c line 638 is: memcpy (&s.vargs, &vargs, sizeof (s.va_args)); should be memcpy (&s.vargs, &vargs, sizeof (s.vargs)); | ||||
Steps To Reproduce | Attempt to compile on a platform that lacks va_copy | ||||
Additional Information | Found on alphaev56-dec-osf5.1b | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-07-21 15:00 | hbent | New Issue | |
2022-07-30 17:04 | christos | Assigned To | => christos |
2022-07-30 17:04 | christos | Status | new => assigned |
2022-07-30 17:04 | christos | Status | assigned => resolved |
2022-07-30 17:04 | christos | Resolution | open => fixed |
2022-07-30 17:04 | christos | Fixed in Version | => 5.43 |
2022-07-30 17:04 | christos | Note Added: 0003790 |