artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c54627d
)
suspicious suspicious
author
deraadt
<deraadt@openbsd.org>
Thu, 12 Sep 1996 20:48:05 +0000
(20:48 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 12 Sep 1996 20:48:05 +0000
(20:48 +0000)
usr.sbin/rpc.pcnfsd/pcnfsd_print.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpc.pcnfsd/pcnfsd_print.c
b/usr.sbin/rpc.pcnfsd/pcnfsd_print.c
index
783bc7a
..
515fce5
100644
(file)
--- a/
usr.sbin/rpc.pcnfsd/pcnfsd_print.c
+++ b/
usr.sbin/rpc.pcnfsd/pcnfsd_print.c
@@
-118,7
+118,7
@@
pr_queue queue = NULL;
int suspicious (s)
char *s;
{
- if(strpbrk(
pathname
, ";|&<>`'#!?*()[]^") != NULL)
+ if(strpbrk(
s
, ";|&<>`'#!?*()[]^") != NULL)
return 1;
return 0;
}