1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-08-25 21:44:47 -04:00
elinks/src/osdep
Jonas Fonseca 7589d4457a Bug 899: Fix size handling in FTP directory listings
This fixes parse_ftp_number to use off_t instead of long to store its
(intermediate) result and return type. It also introduces an OFFT_MAX type
"limit" that is used for validating the size of the parsed number.

A test-case for was added in 37c9bf3f75 to
test-ftp-parser and the patch has been confirmed to fix the test-case by
adamg and me.  This closes bug 899, which is a duplicate of debian bug
403139.
2006-12-18 18:51:57 +01:00
..
beos Autogenerate .vimrc files and put the master in config/vimrc 2006-01-15 18:38:58 +01:00
os2 terminal: Define separate structs for events passed via the interlink socket. 2006-08-06 20:02:39 +00:00
riscos Autogenerate .vimrc files and put the master in config/vimrc 2006-01-15 18:38:58 +01:00
unix terminal: Define separate structs for events passed via the interlink socket. 2006-08-06 20:02:39 +00:00
win32 win32: Keys F1 - F10 are useable 2006-07-02 20:06:57 +02:00
ascii.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
generic.h Fix compilation on Minix3 2006-08-22 22:18:00 +02:00
getifaddrs.c Use PF_* instead of AF_* as first parameter of socket(2). 2006-01-04 00:32:58 +01:00
getifaddrs.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
Makefile Sort Makefile conditionals 2006-01-14 10:41:58 +01:00
newwin.c Merge with 0fae27fc27 2006-01-14 21:37:33 +02:00
newwin.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
osdep.c "Resize terminal" tries to use the window size increment. 2006-09-09 22:47:48 +03:00
osdep.h Introduced CHAR_DIR_SEP 2006-07-02 16:30:41 +02:00
signals.c sig_tstp: Use _exit() rather than exit(). 2006-09-10 23:38:02 +03:00
signals.h Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
stat.h Complete the list of S_I* macros. 2006-01-10 23:59:14 +01:00
stub.c CONFIG_WIN32 -> CONFIG_OS_WIN32 2006-01-11 20:10:27 +01:00
stub.h Merge with git+ssh://pasky.or.cz/srv/git/elinks.git 2005-11-27 19:40:49 +00:00
sysname.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
sysname.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
system.h CONFIG_BEOS -> CONFIG_OS_BEOS 2006-01-11 20:12:59 +01:00
types.h Bug 899: Fix size handling in FTP directory listings 2006-12-18 18:51:57 +01:00