View Issue Details

IDProjectCategoryView StatusLast Update
0006331JEDI VCL00 JVCL Componentspublic2015-09-21 17:47
ReporterdavidheffernanAssigned ToAHUser 
PrioritynormalSeveritymajorReproducibilityN/A
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.49 
Summary0006331: VFW header translation incorrectly uses packed records
DescriptionThe vfw.h header translation found in VFW.pas declares the records as packed. This is incorrect. There is no #pragma(pack) in vfw.h. Under 32 bit you probably get away with this because most fields are 4 bytes wide. But under 64 bit the pointers are 8 bytes wide and there will be padding.
TagsNo tags attached.

Activities

AHUser

2014-10-01 09:54

developer   ~0021061

Fixed in 855898d4eb1cbc2fc9871abecf0595cc9bb68008

Issue History

Date Modified Username Field Change
2014-09-30 10:58 davidheffernan New Issue
2014-10-01 09:54 AHUser Note Added: 0021061
2014-10-01 09:54 AHUser Status new => resolved
2014-10-01 09:54 AHUser Fixed in Version => Daily / GIT
2014-10-01 09:54 AHUser Resolution open => fixed
2014-10-01 09:54 AHUser Assigned To => AHUser
2015-09-21 17:47 obones Fixed in Version Daily / GIT => 3.49