bug-inetutils
[Top][All Lists]
Advanced

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

[bug-inetutils] memory exhaustion in ftpd/ftpd.c


From: Eric Schmeddes
Subject: [bug-inetutils] memory exhaustion in ftpd/ftpd.c
Date: Wed, 24 Dec 2003 15:42:01 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030421

Hello,

I would like report a memory exhaustion problem occurring when
getting a binary file larger than the available memory from a
machine running ftpd using mmap().

The problem occurs in the function send_data() in ftpd/ftpd.c,
when using mmap() to access the file. It seems that when the
current get position in the mmapped buffer exceeds the currently
available machine memory, the running ftpd process gets killed
by the kernel.

I have only be able to reproduce this error when running without
a swap partition.

Regards,

Eric Schmeddes





reply via email to

[Prev in Thread] Current Thread [Next in Thread]