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

Error: global leak detected: lr #48

Open
fb13 opened this issue Jun 6, 2015 · 7 comments
Open

Error: global leak detected: lr #48

fb13 opened this issue Jun 6, 2015 · 7 comments

Comments

@fb13
Copy link

fb13 commented Jun 6, 2015

Hi,

At some place in your code you are missing the "var" statement and thereby declare a global variable. I get the following error in a mocha test case: Error: global leak detected: lr

Potentially in the function crypt_raw.

Cheers

@eperedo
Copy link

eperedo commented Aug 12, 2015

Seems like this was fixed in version 0.1.0, there's any chance you can publish this version to npm?

Thank you!

@dtoubelis
Copy link

+1. The version from npm, which is 0.0.3 has the global leak and it is not present in master. So, could you please push the latest master to npm?

@nadav-dav
Copy link

👍

1 similar comment
@manuel-di-iorio
Copy link

👍

@sandipwane
Copy link

Guys has fixed version been pushed to npm. I ran into same issue can't seem to fix this

@bcowgill
Copy link

this is still broken. crypt_raw refers to lr without a var lr at the top of the function thus blatting global.lr
bcrypt-nodejs@0.0.3

@bcowgill
Copy link

never mind, just saw the not maintained notice and reference to https://github.com/dcodeIO/bcrypt.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants