View | Details | Raw Unified | Return to bug 271095
Collapse All | Expand All

(-)libatalk/adouble/ad_open.c 2023-04-27 17:15:21.539164000 -0400 (-1 / +9 lines)
Lines 815-821 static int ad_header_read_ea(const char *path, struct Link Here
815
            "this is now being treated as a fatal error. "
815
            "this is now being treated as a fatal error. "
816
            "if you see this log entry, please file a bug ticket "
816
            "if you see this log entry, please file a bug ticket "
817
            "with your upstream vendor and attach the generated "
817
            "with your upstream vendor and attach the generated "
818
            "core file.", path ? fullpathname(path) : "UNKNOWN");
818
            "core file (nentries = %d, ADEID_NUM_EA = %d "
819
            "ADEID_FINDERI = %x, ADEID_FILEDATESI = %x, "
820
            "ADEID_AFPFILEI = %x, ADEID_PRIVDEV = %x, "
821
            "ADEID_PRIVINO = %x, ADEID_PRIVSYN = %x, "
822
            "ADEID_PRIVID = %x).", path ? fullpathname(path) : "UNKNOWN",
823
            nentries, ADEID_NUM_EA, ad_entry(ad, ADEID_FINDERI),
824
            ad_entry(ad, ADEID_FILEDATESI), ad_entry(ad, ADEID_AFPFILEI),
825
            ad_entry(ad, ADEID_PRIVDEV), ad_entry(ad, ADEID_PRIVINO),
826
            ad_entry(ad, ADEID_PRIVSYN), ad_entry(ad, ADEID_PRIVID));
819
827
820
        errno = EINVAL;
828
        errno = EINVAL;
821
        EC_FAIL;
829
        EC_FAIL;

Return to bug 271095