[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#129025: general: exim crash with sig11 while getservbyname



Package: general
Version: 20020113
Severity: important

in exim-3.33/src/transports/smtp.c, line 1889:

struct servent *smtp_service = getservbyname(ob->service, "tcp");

does a crash with signal 11 on my installation, i dunno but /etc/services
seems correct and if i use the following, it works:

/* */ the whole else statement and use:
port = (int)htons(25);

to get the smtp port statically

-- System Information
Debian Release: 3.0
Kernel Version: Linux server 2.4.18pre1 #20 Tue Jan 8 16:57:46 CET 2002 i686 unknown




Reply to: