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