]> git.pld-linux.org Git - packages/libutempter.git/blame - utempter-path-sec.patch
- strict internal deps, fixed -devel desc
[packages/libutempter.git] / utempter-path-sec.patch
CommitLineData
e8b2ce7e
JB
1--- utempter-0.5.3/utempter.c.orig Tue Apr 20 10:40:17 2004
2+++ utempter-0.5.3/utempter.c Tue Apr 20 10:56:29 2004
3@@ -27,6 +27,7 @@
4 if (strstr(device, "/../") || strstr(device, "/./") ||
5 strstr(device, "//")) {
6 fprintf(stderr, "a simple path is required\n");
7+ exit(1);
8 }
9
10 if (strncmp(device, "/dev/", 5)) {
This page took 0.07795 seconds and 4 git commands to generate.