Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149069175
D26823.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
529 B
Referenced Files
None
Subscribers
None
D26823.id.diff
View Options
Index: head/sbin/devmatch/devmatch.c
===================================================================
--- head/sbin/devmatch/devmatch.c
+++ head/sbin/devmatch/devmatch.c
@@ -349,7 +349,12 @@
}
if (*cp == 'D')
break;
+ if (bit >= 0 && ((1 << bit) & mask) == 0)
+ break;
s = pnpval_as_str(cp + 2, pnpinfo);
+ if (verbose_flag)
+ printf("Matching %s (%c) table=%s tomatch=%s\n",
+ cp + 2, *cp, s, val1);
if (strcmp(s, val1) != 0)
notme++;
break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 23, 2:59 AM (3 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30121423
Default Alt Text
D26823.id.diff (529 B)
Attached To
Mode
D26823: devmatch(8): Respect mask field when matching strings.
Attached
Detach File
Event Timeline
Log In to Comment