Page MenuHomeFreeBSD

D34362.id103513.diff
No OneTemporary

D34362.id103513.diff

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

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

Event Timeline