Clean up the use of strcat(). Replace strcat() by strlcat() or the macro STRCAT_FIXED().
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Mon, 5 Jun 2017 06:52:21 +0000 (15:52 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Wed, 7 Jun 2017 05:12:05 +0000 (14:12 +0900)
commit43c5333e7f58def0a0cc8adf287186b8fade87c8
tree1b1b00cb7345ffc643eb115aae2e266b119120c4
parent0f33ccb53f846e8ea9bddf26f3be92956ad8ee0c
Clean up the use of strcat(). Replace strcat() by strlcat() or the macro STRCAT_FIXED().
info.c
parse.c
psqlodbc.h