Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105320133
D34362.id103513.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
588 B
Referenced Files
None
Subscribers
None
D34362.id103513.diff
View Options
Index: sys/kern/kern_ctf.c
===================================================================
--- sys/kern/kern_ctf.c
+++ 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:31 PM (20 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15419496
Default Alt Text
D34362.id103513.diff (588 B)
Attached To
Mode
D34362: linker: Permit CTFv3 containers
Attached
Detach File
Event Timeline
Log In to Comment