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

crash at main.c:230 #21

Open
muelli opened this issue Sep 16, 2021 · 1 comment
Open

crash at main.c:230 #21

muelli opened this issue Sep 16, 2021 · 1 comment

Comments

@muelli
Copy link

muelli commented Sep 16, 2021

Starting program: /tmp/c-jwt-cracker/jwtcrack eyJhbGciOiJuIiwiZCI6IkpEZ0xjUnNaRDNFSUt5NG1KUWtMY0JzWmNYdz0ifQ
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x000055555555567f in main (argc=<optimised out>, argv=<optimised out>) at main.c:230
230		g_payload_b64_len = strlen(g_payload_b64);
(gdb) bt
#0  0x000055555555567f in main (argc=<optimised out>, argv=<optimised out>) at main.c:230
(gdb) 
@PangPangpeng
Copy link

I meet it too. This is a null pointer reference segment fault. I think jwtcracker need more exception handle code. But this is just a cmd line tool, so it is ok to me.

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

2 participants