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
stack-buffer-overflow in varible keys_inst #12
Comments
|
|
Then it is GDB information: |
|
|
I think stack-buffer-overflow is due to varible keys_inst. and finally div zero. |
|
Please provide the input file. |
|
okay,you can use empty file.then sela will crash. |
|
It is due to ArrayIndexOutOfBoundsException in stack-buffer-overflow core/apev2.c:99 init_apev2_keys |
|
Increased size of comment array from 6 to 7. Should be fixed now. |
|
Please confirm if you are still getting error on your tests. |
|
yes, I also change this Bug.But I find another. I want to show you my process |
|
In calc_residue() function: when my testcase k=91,then crash caused by ArrayIndexOutOfBoundsException. |
|
then there is my GDB information: but when y += (int64_t)(coff[92] * samples[k - 92]); ,crash was created. |
|
Should fix this issue. |
|
Ok,I will close it.Thanks again! |
|
Is it causing buffer overflow exceptions now in your test cases? |
Hello,I use my company tools to fuzz test on sela.I first found the crash.Then I want to show error information to your guys.
The text was updated successfully, but these errors were encountered: