On Thu, 04.05.06 21:20, Joe Marcus Clarke ([EMAIL PROTECTED]) wrote: > I found the problem with FreeBSD. Your test for sys/sysctl.h require > sys/types.h to be included first. Therefore, avahi doesn't think > FreeBSD has sys/sysctl.h, and then passes an unitialized needed size to > avahi_malloc() in iface-pfroute.c. Note: this function looks suspect. > needed is only initialized is sys/sysctl.h exists. On systems without > that header, an unitialized size_t will be passed to avahi_malloc(). > > Once I fixed the test for sys/sysctl.h in configure, I was able to use > avahi-daemon and avahi-discover-standalone just fine.
Hmm, this is probably caused by the Solaris patch we merged. http://avahi.org/changeset/1206 What fix do you suggest? Lennart -- Lennart Poettering; lennart [at] poettering [dot] net ICQ# 11060553; GPG 0x1A015CC4; http://0pointer.net/lennart/ _______________________________________________ avahi mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/avahi
