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: Incorrect pointer arithmetics in ucl_expand_single_variable #221

Merged
merged 1 commit into from
Apr 13, 2020

Commits on Apr 12, 2020

  1. fix: Incorrect pointer arithmetics in ucl_expand_single_variable

    This one I'm not 100% sure, but other code paths in that function are doing it this way.
    
    As I said in previous issue, I had UclObjects holding bytes related to previous allocations. I *think* it's related to this code block. Valgrind showed read/write problems related to those pointers as well.
    
    Hopefully this is last PR for this function.
    andoriyu committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    e7c50d4 View commit details
    Browse the repository at this point in the history