View Issue Details

IDProjectCategoryView StatusLast Update
0000369fileGeneralpublic2022-07-30 17:04
Reporterhbent Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.42 
Fixed in Version5.43 
Summary0000369: src/vasprintf.c typo fix
Descriptionsrc/vasprintf.c line 638 is:
memcpy (&s.vargs, &vargs, sizeof (s.va_args));

should be
memcpy (&s.vargs, &vargs, sizeof (s.vargs));
Steps To ReproduceAttempt to compile on a platform that lacks va_copy
Additional InformationFound on alphaev56-dec-osf5.1b
TagsNo tags attached.

Activities

christos

2022-07-30 17:04

manager   ~0003790

Fixed, thanks!

Issue History

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