Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107575433
D28470.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
490 B
Referenced Files
None
Subscribers
None
D28470.diff
View Options
diff --git a/contrib/elftoolchain/readelf/readelf.c b/contrib/elftoolchain/readelf/readelf.c
--- a/contrib/elftoolchain/readelf/readelf.c
+++ b/contrib/elftoolchain/readelf/readelf.c
@@ -3741,9 +3741,7 @@
return;
/* NT_FREEBSD_NOINIT_TAG carries no data, treat as unknown. */
case NT_FREEBSD_ARCH_TAG:
- if (sz != 4)
- goto unknown;
- printf(" Arch tag: %x\n", ubuf[0]);
+ printf(" Arch tag: %s\n", buf);
return;
case NT_FREEBSD_FEATURE_CTL:
if (sz != 4)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 17, 3:07 AM (21 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15832531
Default Alt Text
D28470.diff (490 B)
Attached To
Mode
D28470: readelf: Fix printing NT_FREEBSD_ARCH_TAG
Attached
Detach File
Event Timeline
Log In to Comment