We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
不知道这个问题算不算这个项目的issue,以下是代码
int main(){ while(1) __asm__("mov $0, %ebx\n\t" "mov $0x2, %eax\n\t" "int $0x80\n\t"); return 0; }
The text was updated successfully, but these errors were encountered:
@crccw mind take a look?
Sorry, something went wrong.
Merge pull request #13 from crccw/master
3b9f983
Fix __asm__ fork bomb, 51isoft/bnuoj#17
@sylxjtu BNUACM/bnuoj-backend#13
not sure it fix the problem completely
certainly not
crccw
No branches or pull requests
不知道这个问题算不算这个项目的issue,以下是代码
The text was updated successfully, but these errors were encountered: