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

Risk of nil pointer #186

Open
QiAnXinCodeSafe opened this issue Dec 31, 2020 · 0 comments
Open

Risk of nil pointer #186

QiAnXinCodeSafe opened this issue Dec 31, 2020 · 0 comments

Comments

@QiAnXinCodeSafe
Copy link

buildTable may return nil:

return nil

nil value assigned to h:

h := buildTable(pretreeLen[:])

nil value enters getCode():

c := byte(f.getCode(h))

nil pointer:

if h.maxbits > 0 {

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

1 participant