1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00
elinks/src/osdep
Kalle Olavi Niemitalo 7645a836fc Cast the NULL argument of straconcat to unsigned char *.
straconcat reads the args with va_arg(ap, const unsigned char *),
and the NULL macro may have the wrong type (e.g. int).

Many places pass string literals of type char * to straconcat.  This
is in principle also a violation, but I'm ignoring it for now because
if it becomes a problem with some C implementation, then so will the
use of unsigned char * with printf "%s", which is so widespread in
ELinks that I'm not going to try fixing it now.
2007-03-11 12:59:11 +02:00
..
beos Autogenerate .vimrc files and put the master in config/vimrc 2006-01-15 18:38:58 +01:00
os2 OS/2: Ensure correct type of NULL pointer for variadic spawnlp. 2007-03-10 23:12:31 +02: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 Cast the NULL argument of straconcat to unsigned char *. 2007-03-11 12:59:11 +02:00
newwin.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
osdep.c get_clipboard_text: Disable pasting from GNU Screen's clipboard. 2007-02-11 20:56:41 +02:00
osdep.h Introduced CHAR_DIR_SEP 2006-07-02 16:30:41 +02:00
signals.c unblock_itrm(),block_itrm(): drop unused parameter fd. 2007-03-05 22:54:24 +01: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