]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1667835: avoid edi_fetcher.pl crash upon fetching zero-length file
authorGalen Charlton <gmc@equinoxinitiative.org>
Fri, 24 Feb 2017 23:04:29 +0000 (18:04 -0500)
committerJason Stephenson <jason@sigio.com>
Fri, 3 Mar 2017 17:43:15 +0000 (12:43 -0500)
commit99a93c0f32947c4bfa666a495ab1d42f79b72edc
tree6100a08ddefc281f4868420f32d6902f53053169
parentdcbd019f42f93e83f984fe3d79dfa6ebf655c92c
LP#1667835: avoid edi_fetcher.pl crash upon fetching zero-length file

This patch fixes an issue that could cause edi_fetcher.pl to crash
if the EDI partner supplies a zero-length file for Net::FTP to
download; such files are now skipped.

Testing would entail setting up an FTP server that contains a
zero-length file, then setting up an EDI remote account and
using edi_fetcher.pl to try to retrieve the file.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/perlmods/lib/OpenILS/Utils/RemoteAccount.pm