[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    Re: Sendmail+Fetchmail BSS+DATA := 0
From:       Denys Vlasenko <vda.linux () googlemail ! com>
Date:       2008-02-27 5:25:08
Message-ID: 200802270625.08278.vda.linux () googlemail ! com
[Download RAW message or body]

On Tuesday 26 February 2008 22:32, Vladimir Dronnikov wrote:
> But what you mean "bloat"?
> strlen() indeed segfaults! This can be very obscure error if we don't
> use a fuser.

As far as I can see, uuencode(NULL, NULL) is never called.
So, the code which checks for that is dead, unused code.

BTW, what ensures that we don't use uninitialized opt_pass here?

                        if (334 == smtp_check("AUTH LOGIN", -1)) {
                                uuencode(NULL, opt_user);
                                smtp_check("", 334);
                                uuencode(NULL, opt_pass);
                                smtp_check("", 235);
                        }

--
vda
_______________________________________________
busybox mailing list
busybox@busybox.net
http://busybox.net/cgi-bin/mailman/listinfo/busybox
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic