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

Add all unsafe variants of LZF compress library functions to forbidden APIs. #7468

Closed
wants to merge 1 commit into from

Commits on Aug 26, 2014

  1. Add all unsafe variants of LZF compress library functions to forbidden

    APIs.
    
    The "optimized" encoders/decoders have been unreliable and error prone.
    Also, fix LZFCompressor.compress to use LZFEncoder.safeEncode, which
    creates a new safe encoder, instead of using a shared encoder (which
    is not threadsafe).
    rjernst committed Aug 26, 2014
    Copy the full SHA
    04b6602 View commit details
    Browse the repository at this point in the history