Format strings fixes:
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 13 Jan 2011 16:19:24 +0000 (16:19 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 13 Jan 2011 16:19:24 +0000 (16:19 +0000)
commitbf58f9597c86e12d965bbc4a051688ae8349c6ad
tree659681b87bc5275d9475302f1fb6d292164f0546
parent2703c38e79c3b5e9cfe75cd24bddf7c143ed695c
Format strings fixes:
- using gcc attribute to check arguments of glite_common_log()
- possible security problems (use glite_common_log_msg() for simple strings)
- other printf/glite_common_log arguments warnings
32 files changed:
org.glite.lb.common/src/il_log.c
org.glite.lb.logger/src/event_queue.c
org.glite.lb.logger/src/event_store.c
org.glite.lb.logger/src/il_master.c
org.glite.lb.logger/src/logd.c
org.glite.lb.logger/src/logd_proto.c
org.glite.lb.logger/src/queue_thread.c
org.glite.lb.logger/src/send_event.c
org.glite.lb.server/src/bkserverd.c
org.glite.lb.server/src/db_calls.c
org.glite.lb.server/src/dump.c
org.glite.lb.server/src/get_events.c.T
org.glite.lb.server/src/jobstat.c
org.glite.lb.server/src/lb_authz.c
org.glite.lb.server/src/lb_proto.c
org.glite.lb.server/src/load.c
org.glite.lb.server/src/notif_match.c
org.glite.lb.server/src/notification.c
org.glite.lb.server/src/query.c
org.glite.lb.server/src/seqcode.c
org.glite.lb.server/src/server_state.c
org.glite.lb.server/src/srv_purge.c
org.glite.lb.server/src/stats.c
org.glite.lb.server/src/store.c.T
org.glite.lb.server/src/stored_master.c
org.glite.lb.server/src/userjobs.c
org.glite.lbjp-common.db/src/db-mysql.c
org.glite.lbjp-common.db/src/db-pg.c
org.glite.lbjp-common.db/src/db.c
org.glite.lbjp-common.log/src/log.c
org.glite.lbjp-common.log/src/log.h
org.glite.lbjp-common.server-bones/src/srvbones.c