FreeBSD Bugzilla – Attachment 201383 Details for
Bug 235182
tunefs does not agree with newfs about what a legal label is
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for tunefs
tunefs-label.diff (text/plain), 405 bytes, created by
Daniel O'Connor
on 2019-01-25 00:16:44 UTC
(
hide
)
Description:
Patch for tunefs
Filename:
MIME Type:
Creator:
Daniel O'Connor
Created:
2019-01-25 00:16:44 UTC
Size:
405 bytes
patch
obsolete
>--- sbin/tunefs/tunefs.c.orig 2019-01-25 00:10:21.043564000 +0000 >+++ sbin/tunefs/tunefs.c 2019-01-25 00:06:02.179124000 +0000 >@@ -189,7 +184,8 @@ > name = "volume label"; > Lvalue = optarg; > i = -1; >- while (isalnum(Lvalue[++i])); >+ while (isalnum(Lvalue[++i]) || >+ Lvalue[i] == '_'); > if (Lvalue[i] != '\0') { > errx(10, > "bad %s. Valid characters are alphanumerics.", >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 235182
: 201383