Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix memcpy to overlapping memory #52

Closed
wants to merge 1 commit into from

Conversation

pb-cdunn
Copy link

fixes PacificBiosciences#24

Eliminates valgrind warning and fixes Trace point sum != aligned interval with all compiler versions.

Maybe there is a real fix that is better, but this at least fixes the error.

@pbjd
Copy link

pbjd commented Nov 17, 2016

memcpy -> memmove: Good idea. May be a little slower, but certainly more robust

@thegenemyers
Copy link
Owner

Yes, it'll be in my next patch. Thanks for the get. -- Gene

On 11/17/16, 11:59 PM, Christopher Dunn wrote:

fixes PacificBiosciences#24
PacificBiosciences#24

Eliminates valgrind warning and fixes |Trace point sum != aligned
interval| with all compiler versions.

Maybe there is a real fix that is better, but this at least fixes the
error.


    You can view, comment on, or merge this pull request online at:

#52

    Commit Summary


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#52, or mute the thread
https://github.com/notifications/unsubscribe-auth/AGkkNvRIN1VJxGlX4TeseqGYs8BmiAkAks5q_NxogaJpZM4K160f.

@pb-cdunn pb-cdunn closed this Nov 20, 2016
@pb-cdunn pb-cdunn deleted the fix-memcpy branch November 20, 2016 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LAcheck: Trace point sum != aligned interval
3 participants