Fuzzing target for msg-service 30/144430/9
authorp.privalov <p.privalov@samsung.com>
Fri, 7 Jul 2017 14:40:41 +0000 (17:40 +0300)
committerMaria Guseva <m.guseva@samsung.com>
Mon, 9 Oct 2017 11:11:11 +0000 (14:11 +0300)
commit9586fe23f7a0d4f9ee27fbb195259142a8cb38cb
tree78f79a549b2ec1b86270f12b1cd705ae24203360
parent42099739f9bf08d1b97fb5f8c067439a739f4cb4
Fuzzing target for msg-service

Fuzzed
 SmsPluginTpduCodec::decodeTpdu
 SmsPluginParamCodec::decodeAddress
 SmsPluginParamCodec::encodeAddress
 SmsPluginUDCodec::decodeUserData
 SmsPluginUDCodec::encodeUserData
 vmsg_decode
 vmsg_encode
 MsgTextConvert::convertEUCKRToUTF8
 MsgTextConvert::convertGSM7bitToUTF8
 MsgTextConvert::convertSHIFTJISToUTF8
 MsgTextConvert::convertUCS2ToUTF8
 MsgTextConvert::convertUTF8ToAuto
 MsgTextConvert::convertUTF8ToGSM7bit
 MsgTextConvert::convertUTF8ToUCS2

Also added required build.sh and targetspec with local and remote git

Change-Id: I85c6cb09b1f76f7a83af0b991230bb42a0a5f871
targets/msg-service/README.md [new file with mode: 0644]
targets/msg-service/build.sh [new file with mode: 0755]
targets/msg-service/fuzz-MsgTextConvert.cpp [new file with mode: 0644]
targets/msg-service/fuzz-VMessageDecode.cpp [new file with mode: 0644]
targets/msg-service/fuzz-decodeTpdu.cpp [new file with mode: 0644]
targets/msg-service/fuzz-decodeUserData.cpp [new file with mode: 0644]
targets/msg-service/fuzz-encodeAddressAdjustedSize.cpp [new file with mode: 0644]
targets/msg-service/targetspec [new file with mode: 0644]