lib/util Use compiler-checked safe string macros in top level code.
authorAndrew Bartlett <abartlet@samba.org>
Tue, 3 May 2011 05:23:19 +0000 (15:23 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 3 May 2011 05:37:07 +0000 (07:37 +0200)
commit86a62ab4345b8567a346587d2ddf575523d0b5f8
tree5f79f4a4c612dac6d01a66b7c187bd7e5c127e12
parentd01f318179f9c2a0e6730642d21465b6dd69ea9f
lib/util Use compiler-checked safe string macros in top level code.

This brings the 'safe' macros to the top level code, and removes
duplication of the safe_strcpy() and safe_strcat() functions.

Andrew Bartlett
lib/util/util.h
lib/util/util_str.c