[Bug 949689] Re: Wput ends with buffer overflow when rate-limited

2016-12-12 Thread Launchpad Bug Tracker
This bug was fixed in the package wput - 0.6.2+git20130413-4 --- wput (0.6.2+git20130413-4) unstable; urgency=medium * Switch to https: VCS URIs (see #810378). * Add patch to avoid overrunning buffers, thanks to Oldřich Jedlička. (LP: #949689 and hopefully Closes: #733304).

[Bug 949689] Re: Wput ends with buffer overflow when rate-limited

2016-10-25 Thread Ubuntu Foundations Team Bug Bot
The attachment "Fix of the crash" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by

[Bug 949689] Re: Wput ends with buffer overflow when rate-limited

2016-10-25 Thread Oldřich Jedlička
This patch should fix the issue. To try it, you can do the following: apt-get build-dep wput apt-get source wput cd wput- *** now copy wput-fix-crash.patch to current dir (i.e. wput-) patch -p1 < ./wput-fix-crash.patch ./configure make and you should have a working wput in the current working

[Bug 949689] Re: Wput ends with buffer overflow when rate-limited

2015-07-29 Thread lincvz
It 's seems overflow occur from one of the sprintf lines in progress.c, cause my log stopped like this : --11:20:12-- `file01.log.gz' = ftp://translog:x@X:21//file01.log.gz == SIZE file01.log.gz ... failed. == PASV ... done. == STOR file01.log.gz ... done. Length: 68,786,837

[Bug 949689] Re: Wput ends with buffer overflow when rate-limited

2015-07-28 Thread lincvz
I precise aboutr my previous comment I'm running wput on Trusty : # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 14.04.1 LTS Release:14.04 Codename: trusty -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 949689] Re: Wput ends with buffer overflow when rate-limited

2015-07-27 Thread lincvz
Hello, I have regularly the same issue on a production environment. The command used is wput -R -v -t 3 ftp://server/dir -i list_file. I have no .wputrc file. Whenever the job fails, it generally run with success on next execution (with the same file - same size - ). # wput --version wput

[Bug 949689] Re: Wput ends with buffer overflow when rate-limited

2012-09-10 Thread Fran Diéguez
Hi all, I got the same buffer overflow. These are my specs: kernel: Linux 3.2.13-grsec--grs-ipv6-64 #1 SMP Thu Mar 29 09:48:59 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux (Server in Ovh) Cpu: 8cores Intel(R) Xeon(R) CPU W3530 @ 2.80GHz RAM: 24GB $ more /etc/lsb-release DISTRIB_ID=Ubuntu

[Bug 949689] Re: Wput ends with buffer overflow when rate-limited

2012-09-10 Thread Rumpeltux
I still need a backtrace, probably a valgrind run would be better. --memory-debug also. Also see BUGS section in the manpage. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/949689 Title: Wput ends

[Bug 949689] Re: Wput ends with buffer overflow when rate-limited

2012-09-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: wput (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/949689 Title: Wput

[Bug 949689] Re: Wput ends with buffer overflow when rate-limited

2012-03-07 Thread Rumpeltux
I tried with your params, but can't reproduce it. You may try to get a backtrace (https://wiki.ubuntu.com/Backtrace) or run with --memory-debug (see doc/INSTALL) to further track down the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed