Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148905309
D9766.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
620 B
Referenced Files
None
Subscribers
None
D9766.diff
View Options
Index: head/sys/dev/xen/netback/netback_unit_tests.c
===================================================================
--- head/sys/dev/xen/netback/netback_unit_tests.c
+++ head/sys/dev/xen/netback/netback_unit_tests.c
@@ -2528,7 +2528,7 @@
XNB_ASSERT(sscanf(mystr,
"000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f"
"202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f"
- "404142434445464748494a4b4c4d4e4f%hhn", &dest[4]) == 1);
+ "404142434445464748494a4b4c4d4e4f%hhn", &dest[4]) == 0);
for (i = 0; i < 12; i++)
XNB_ASSERT(dest[i] == (i == 4 ? 160 : 'X'));
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 21, 10:13 PM (6 m, 20 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30093862
Default Alt Text
D9766.diff (620 B)
Attached To
Mode
D9766: Fix the xnb(4) unit tests
Attached
Detach File
Event Timeline
Log In to Comment