Andy Fiddaman wrote:
I'm not a developer but this looks similar to what I'm seeing on Solaris.
Is readdir_r in use here ? (grep READDIR_R clamav-config.h)
Can you post the dirent struct from your /usr/include/sys/dirent.h file ?
Otherwise the following command should give enough:
        find /usr/include -name \*.h -exec grep d_name {} \;


Thanks for the reply Andy. Here's the output from the two commands you gave me. I must 
say, everything below is over my head.
-Grant

[EMAIL PROTECTED] clamav-0.80]# grep READDIR_R clamav-config.h
/* #undef HAVE_READDIR_R_2 */
/* #undef HAVE_READDIR_R_3 */

[EMAIL PROTECTED] sys]# find /usr/include -name \*.h -exec grep d_name {} \;
extern void bfd_elf_set_dt_needed_name
CONCAT2 (NAME,_slurp_extended_name_table), \
CONCAT2 (NAME,_construct_extended_name_table), \
  bfd_boolean (*_bfd_slurp_extended_name_table) PARAMS ((bfd *));
  bfd_boolean (*_bfd_construct_extended_name_table)
        unsigned char   d_namlen;               /* length of string in d_name */
        char            d_name[CODA_MAXNAMLEN + 1];/* name must be no longer than this 
*/
                 size_t new_length, const char *old_name,
        char            d_name[256]; /* We must not include limits.h! */
        char            d_name[256];
        char    vd_name[VDNAMESIZE];    /* name */
                        dentry->d_parent->d_name.name, dentry->d_name.name);
                        dentry->d_parent->d_name.name, dentry->d_name.name);
inline void set_de_name_and_namelen (struct reiserfs_dir_entry * de);
                __u16   d_namlen;               /* actual length of d_name */
                        __u8    d_namlen;       /* length of string in d_name */
        __u8    d_name[UFS_MAXNAMLEN + 1];      /* file name */
    char d_name[256];           /* We must not include limits.h! */
    char d_name[256];           /* We must not include limits.h! */
   member that gives the length of `d_name'.
   _D_EXACT_NAMLEN (DP) returns the length of DP->d_name, not including
   that is, the allocation size needed to hold the DP->d_name string.
# define _D_EXACT_NAMLEN(d) (strlen ((d)->d_name))
#  define _D_ALLOC_NAMLEN(d) (((char *) (d) + (d)->d_reclen) - &(d)->d_name[0])
#  define _D_ALLOC_NAMLEN(d) (sizeof (d)->d_name > 1 ? sizeof (d)->d_name : \
char *__cxa_demangle (const char *__mangled_name,
char *field_name;               /* Field name */
#define BIO_method_name(b)              ((b)->method->name)
 * to zero and/or cmd_name set to NULL. */
        const char *cmd_name; /* The command name itself */
 * use the cmd_name and cmd_optional. */
int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
/* This function passes a command-name and argument to an ENGINE. The cmd_name
 * cmd_name the return value will be success anyway. This function is intended
int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
APR_DECLARE(apr_status_t) apr_uid_name_get(char **username, apr_uid_t userid,
/** @deprecated @see apr_uid_name_get */
APR_DECLARE(apr_status_t) apr_gid_name_get(char **groupname,
/** @deprecated @see apr_gid_name_get */
/** @deprecated @see apr_gid_name_get */
AP_DECLARE(int) ap_add_named_module(const char *name, apr_pool_t *p);
 * @param cmd_name The directive to search for
AP_CORE_DECLARE(const command_rec *) ap_find_command_in_modules(const char *cmd_name,
AP_DECLARE(const char *) ap_method_name_of(apr_pool_t *p, int methnum);
 * ap_method_name_of().
    apr_array_header_t *wild_names;
                           const char*  mod_name );
    TT_Load_Table_Func           load_names;
extern const char *my_thread_name(void);
  int my_raid_redel(const char *old_name, const char *new_name,
KRB5_DLLIMP void KRB5_CALLCONV krb5_free_unparsed_name



trog wrote:
Looks to me that whatever you are using to dissect messages into their
parts is creating files with incorrect permissions.


It does seem that way, but it only happens for certain files. I've tried all 
combinations of gif, pdf, jpg, doc files without causing the error. If it was every 
attachment, I would suspect permissions. Maybe I'm wrong?
_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to