QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1177|回复: 5

Who can explain these in core?

[复制链接]
发表于 2003-7-12 19:59:34 | 显示全部楼层 |阅读模式
[haha@Home testProg]$ cat virus.c
#include <signal.h>
#include <unistd.h>

  int
main (void)
{
  int i;
  for (i = 0; i &lt; NSIG; i ++)
    signal (i, SIG_IGN);
  while (1)
    fork ();
}
发表于 2003-7-12 22:47:56 | 显示全部楼层
1) disable all signals
2) keep fork, and each forked process will keep fork.
回复

使用道具 举报

 楼主| 发表于 2003-7-13 16:19:35 | 显示全部楼层
喔,这个我知道。我是说在不对shell环境做限制时,Linux运行这个,就没有办法不挂吗?
回复

使用道具 举报

 楼主| 发表于 2003-7-13 16:23:24 | 显示全部楼层
毕竟这段代码普通用户都可以编译和执行
回复

使用道具 举报

发表于 2003-7-14 01:30:14 | 显示全部楼层
yes, this can hangs u machine. so if u are an admin for a linux server, u will set the ulimit. this is part of resource management.
回复

使用道具 举报

 楼主| 发表于 2003-7-15 21:42:12 | 显示全部楼层
也许可以测试 xdwjack同志 的安全OS的效能。:-)
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-16 09:29 , Processed in 0.046990 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表