-
This remove spurious warning:
incompatible implicit declaration of built-in function 'free'
in examples.
2009-07-09 19:33:58 UTC in Free Association (libical)
-
This is comment and patch for bug 2031727.
There are people which cannot ignore warnings like: implicit declaration of function. There is a bit more warnings that are not included in previous referd bug. They should be fixed. Yes this is simple or stupid function swab (and some string comparsion functions), but this might still prevent some kind of bugs. (Of corse this might althought...
2009-04-04 11:04:14 UTC in Little cms color engine
-
remove few buglike warnings, make compiler a littel bil less screaming.
2008-06-02 04:40:41 UTC in P3Scan
-
ICAP is protocol described by RFC 3507,
Its purpose is check and modify content of internet traffic.
It is allow integration with other software.
Cooperate with antivirus and other mail scanners and modifiers (e.g. mime attachment filtering).
c_icap project privide ICAP client, integration is now (more or less) possibile trougth bash scanner.
Native integration should improve resource...
2007-08-25 15:43:42 UTC in P3Scan
-
in file p3scan.c:3563 is used function memcpy, but source and destination may overlap ..., is necessary use function memmove.
In attached patch is more that this change, for explanation:
- TRIM must be used before checking if there is something present (eg. line may contain only spaces ...)
- rest i always not NULL (zero) (at least is 1 :)
rest=line+i+ii+1;
if (rest && strlen(rest)>0 ){.
2007-07-25 15:23:14 UTC in P3Scan
-
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/pthread -I/usr/local/include/ripmime -Wall -O1 -g -MT scanner_clamd.o -MD -MP -MF ".deps/scanner_clamd.Tpo" -c -o scanner_clamd.o scanner_clamd.c; \
then mv -f ".deps/scanner_clamd.Tpo" ".deps/scanner_clamd.Po"; else rm -f ".deps/scanner_clamd.Tpo"; exit 1; fi
scanner_clamd.c: In function ‘check’:
scanner_clamd.c:224: warning:
2007-07-25 13:35:36 UTC in P3Scan
-
In function ‘check’ scanner_clamd.c:213.
The goal is probably remove whitespaces at end of line, but in code is used *X--; instead of X--;
See patch for more details.
(Code works fine because -- operator has greater priorities than *X.)
2007-07-25 13:25:50 UTC in P3Scan
-
this bug is caused by make version 3.81, with make 3.80 work fine.
2007-07-25 08:55:05 UTC in P3Scan
-
config variable useurl is not initialized.
see the patch ....
2007-07-24 09:57:03 UTC in P3Scan
-
czech translation of p3scan-*.mail.
2007-07-17 20:12:01 UTC in P3Scan