diffkemp icon indicating copy to clipboard operation
diffkemp copied to clipboard

Make `cmpMemset` work for typedefed structs

Open PLukas2018 opened this issue 1 year ago • 0 comments

This PR fixes issue #363 -- not handling memset of structures with different sizes (e.g. because of different struct alignment caused by swapped struct fields) when the structure has typedef and opaque pointers are used (more info in commit message).

PLukas2018 avatar Aug 23 '24 09:08 PLukas2018