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
in LoadGif ngiflig.c:669 has an infinite loop if id dont match any case ,it wont break
poc: poc
The text was updated successfully, but these errors were encountered:
I think in GetByte ngiflib.c:73 have some problem.
this demo also have an infinite loop, it seems likes yours
int main() { int i=0; FILE* fp=fopen("1.txt","r"); while(i = getc(fp)){ printf("%c",i); } return 0; }
Sorry, something went wrong.
add poc for issues #6 and #7
2a879b8
Signed-off-by: Thomas Bernard <miniupnp@free.fr>
I think it is fixed by 2cecb53
No branches or pull requests
in LoadGif ngiflig.c:669 has an infinite loop
if id dont match any case ,it wont break
poc:
poc
The text was updated successfully, but these errors were encountered: