-
- Downloads
Consistently use gcc's __attribute__((format)) to check sprintf-style
format strings wherever possible. Remarkably, this exercise didn't turn up any inconsistencies, but it seems a good idea for the future.
Showing
- src/backend/postmaster/postmaster.c 3 additions, 7 deletionssrc/backend/postmaster/postmaster.c
- src/bin/pg_dump/pg_backup.h 6 additions, 3 deletionssrc/bin/pg_dump/pg_backup.h
- src/bin/psql/common.h 11 additions, 16 deletionssrc/bin/psql/common.h
- src/include/c.h 4 additions, 4 deletionssrc/include/c.h
- src/include/lib/stringinfo.h 4 additions, 2 deletionssrc/include/lib/stringinfo.h
- src/include/postgres.h 5 additions, 2 deletionssrc/include/postgres.h
- src/interfaces/libpq/libpq-int.h 2 additions, 5 deletionssrc/interfaces/libpq/libpq-int.h
- src/interfaces/libpq/pqexpbuffer.h 7 additions, 3 deletionssrc/interfaces/libpq/pqexpbuffer.h
Loading
Please register or sign in to comment