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

HPCC-18209 Avoid losing casts which change signedness from sort orders #10389

Merged
merged 1 commit into from
Sep 18, 2017

Commits on Sep 1, 2017

  1. HPCC-18209 Avoid losing casts which change signed-ness from sort orders

    This might possibly have caused an incorrect sort order (e.g. a negative
    value cast as unsigned).  It could also create an internal inconsistency
    which caused a stack fault by repeatedly applying a transformation.
    
    Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
    ghalliday committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    d9fad27 View commit details
    Browse the repository at this point in the history