diffkemp
diffkemp copied to clipboard
Make `cmpMemset` work for typedefed structs
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).