FreeBSD Bugzilla – Attachment 241796 Details for
Bug 271095
net/netatalk3: Update to 3.1.14 results in file access failures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add more debugging
patch-libatalk_adouble_ad_open.c (text/plain), 1.10 KB, created by
Joe Marcus Clarke
on 2023-04-27 21:19:00 UTC
(
hide
)
Description:
Add more debugging
Filename:
MIME Type:
Creator:
Joe Marcus Clarke
Created:
2023-04-27 21:19:00 UTC
Size:
1.10 KB
patch
obsolete
>--- libatalk/adouble/ad_open.c.orig 2023-04-27 17:11:36.766402000 -0400 >+++ libatalk/adouble/ad_open.c 2023-04-27 17:15:21.539164000 -0400 >@@ -815,7 +815,15 @@ static int ad_header_read_ea(const char *path, struct > "this is now being treated as a fatal error. " > "if you see this log entry, please file a bug ticket " > "with your upstream vendor and attach the generated " >- "core file.", path ? fullpathname(path) : "UNKNOWN"); >+ "core file (nentries = %d, ADEID_NUM_EA = %d " >+ "ADEID_FINDERI = %x, ADEID_FILEDATESI = %x, " >+ "ADEID_AFPFILEI = %x, ADEID_PRIVDEV = %x, " >+ "ADEID_PRIVINO = %x, ADEID_PRIVSYN = %x, " >+ "ADEID_PRIVID = %x).", path ? fullpathname(path) : "UNKNOWN", >+ nentries, ADEID_NUM_EA, ad_entry(ad, ADEID_FINDERI), >+ ad_entry(ad, ADEID_FILEDATESI), ad_entry(ad, ADEID_AFPFILEI), >+ ad_entry(ad, ADEID_PRIVDEV), ad_entry(ad, ADEID_PRIVINO), >+ ad_entry(ad, ADEID_PRIVSYN), ad_entry(ad, ADEID_PRIVID)); > > errno = EINVAL; > EC_FAIL;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 271095
: 241796 |
242496