3dd5a4a5bb
The current logic for identifying the track offload session is using strlcat in wrong way, third parameter is given the string length to be appended, but in fact it should be the size of the destination buffer. Due to this the string returned is missing the last character, in case of "true", it contains "tru" due this the session is not considered as a track offload by the calling module. To fix this use sizeof of the destination buffer instead of string length of string to be appended. Change-Id: I3d456aad2ca49095a0dfe5883f4374e22a437256 CRs-Fixed: 946670 |
||
---|---|---|
.. | ||
audio_extn | ||
msm8916 | ||
msm8960 | ||
msm8974 | ||
voice_extn | ||
Android.mk | ||
audio_hw.c | ||
audio_hw.h | ||
edid.c | ||
edid.h | ||
platform_api.h | ||
platform_info.c | ||
voice.c | ||
voice.h |