Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2005/1213/4

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


Disallow ? in names.
 [rsc] --rw-rw-r-- M 195156 glenda sys 11573 Dec 13 13:35 sys/src/cmd/wikifs/io.c
	/n/sourcesdump/2005/1213/plan9/sys/src/cmd/wikifs/io.c:445,451 - 
	/n/sourcesdump/2005/1214/plan9/sys/src/cmd/wikifs/io.c:445,451
	  		return -1;
	  	}
	  
	- 	if(title[0]=='\0' || strpbrk(title, "/<>:")){
	+ 	if(title[0]=='\0' || strpbrk(title, "/<>:?")){
	  		werrstr("invalid character in name");
	  		return -1;
	  	}


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.