Page MenuHomeFreeBSD

D34362.id103181.diff
No OneTemporary

D34362.id103181.diff

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

Mime Type
text/plain
Expires
Fri, Oct 18, 7:03 PM (9 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14254128
Default Alt Text
D34362.id103181.diff (476 B)

Event Timeline