cvs commit: src/sys/geom/label g_label.c

Stanislav Sedov stas at core.310.ru
Fri Sep 2 15:57:48 GMT 2005


On Sat, Aug 20, 2005 at 05:05:47PM +0000, Pawel Jakub Dawidek wrote:
> pjd         2005-08-20 17:05:47 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/geom/label       g_label.c 
>   Log:
>   Back-out the change from revision 1.14 and allow for '/' in labels again.
>   
>   Convinced by:   green, Gavin Atkinson, dougb, gordon
>   MFC after:      1 day
>   
>   Revision  Changes    Path
>   1.17      +0 -8      src/sys/geom/label/g_label.c
> _______________________________________________
> cvs-src at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-src
> To unsubscribe, send any mail to "cvs-src-unsubscribe at freebsd.org"
> 
> 
We need to check for '(\.\.|/)+' in labels, as some labels would not work, 
e.g. '/', '../' and so on.
If you are interested I have a patch against last revision.


More information about the cvs-src mailing list