OSDN Git Service

Add safe string copy primitives
authorAndy Hung <hunga@google.com>
Wed, 18 Apr 2018 01:13:05 +0000 (18:13 -0700)
committerAndy Hung <hunga@google.com>
Wed, 18 Apr 2018 17:16:14 +0000 (10:16 -0700)
commitc5e409aa6b5083b6a7a431ac920455ca41ed0db7
treec4de7809e869a3e7cef9eb71b06f57fbf2f94154
parent9dcd0a5267d15fd070d89a844fb5d8bed92bf2e6
Add safe string copy primitives

Test: string_tests
Bug: 78198288
Change-Id: I711dc633ebbc87bc2fc564a2d75c2575d87934fd
audio_utils/include/audio_utils/string.h [new file with mode: 0644]
audio_utils/tests/Android.bp
audio_utils/tests/build_and_run_all_unit_tests.sh
audio_utils/tests/string_tests.cpp [new file with mode: 0644]