]> git.pld-linux.org Git - packages/procps.git/blob - procps-ksyms.patch
- massive attack s/pld.org.pl/pld-linux.org/
[packages/procps.git] / procps-ksyms.patch
1 --- procps-3.1.4/proc/ksym.c.orig       Sun Dec 15 01:12:55 2002
2 +++ procps-3.1.4/proc/ksym.c    Sat Dec 21 15:20:21 2002
3 @@ -255,6 +255,7 @@
4      /* FIXME: memory leak */
5      _exit(42);
6    }
7 +  buf[total] = '\0'; /* parse_ksyms() expects NUL-terminated file */
8    *bufp = buf;
9    *roomp = room;
10    close(fd);
This page took 0.049055 seconds and 3 git commands to generate.