|
From: Dirk M. <dm...@gm...> - 2003-11-01 02:02:16
|
On Saturday 01 November 2003 02:19, Robert Walsh wrote: > What on earth does POSSIBLY UNSAFE mean? we check for possibly unsafe commits (unsafe in the sense of unsecure code). printf is a bad function as it allows a lot of possbilities for buffer overflows, format string attacks and other manipulations when used not carefully. We also check for copyright statements and license declarations on newly added files, so that we can yell at the people that screw up. (we == KDE) Dirk |