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 a bad cast to char * that causes incorrect results on big endian. #196

Merged
merged 2 commits into from
Oct 31, 2023

Commits on Sep 19, 2023

  1. Fix a bad cast to char * that causes incorrect results on big endian.

    Now that awk stores chars as int we need to cast the Node * to int *.
    millert committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    75c017c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Use cclenter("") to construct an empty CCL, not tostring("").

    We need to store a UTF-32 string, not a UTF-8 string, for consistency
    with the other CCL code.  Fixes an out-of-bounds read of an empty
    CCL.
    millert committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    0048c96 View commit details
    Browse the repository at this point in the history