Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105319995
D34362.id103181.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
476 B
Referenced Files
None
Subscribers
None
D34362.id103181.diff
View Options
Index: sys/kern/kern_ctf.c
===================================================================
--- sys/kern/kern_ctf.c
+++ sys/kern/kern_ctf.c
@@ -182,8 +182,8 @@
goto out;
}
- /* Check if version 2. */
- if (cth.cth_version != CTF_VERSION_2) {
+ if (cth.cth_version != CTF_VERSION_2 &&
+ cth.cth_version != CTF_VERSION_3) {
printf("%s(%d): module %s CTF format version is %d "
"(2 expected)\n",
__func__, __LINE__, lf->pathname, cth.cth_version);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 15, 9:29 PM (9 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15419468
Default Alt Text
D34362.id103181.diff (476 B)
Attached To
Mode
D34362: linker: Permit CTFv3 containers
Attached
Detach File
Event Timeline
Log In to Comment