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

replace unsafe new Buffer() by Buffer.alloc() when decode and encode #106

Closed
wants to merge 4 commits into from

Commits on Jan 6, 2018

  1. session is sensitive data. new Buffer() was deprecated and unsafe. Bu…

    …ffer.alloc will never use buffer_pools, slower but safe
    sodawy committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    5ff11fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a60955a View commit details
    Browse the repository at this point in the history
  3. update decode comment

    sodawy committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    a228f9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7627347 View commit details
    Browse the repository at this point in the history