mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-14 05:53:36 -04:00
a495f6d26a
string_concat 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 string_concat. 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. |
||
---|---|---|
.. | ||
event.c | ||
event.h | ||
interlink.c | ||
interlink.h | ||
main.c | ||
main.h | ||
Makefile | ||
module.c | ||
module.h | ||
object.h | ||
select.c | ||
select.h | ||
timer.c | ||
timer.h | ||
version.c | ||
version.h |