qcom: softap: Fix potential string null termination and buffer overflow

Fix potential string null termination and buffer overflow

Change-Id: I05e28b30a4e3134625d20fb5591b239ea4b9f3a4
CRs-fixed: 554078
This commit is contained in:
Mingcheng Zhu
2013-11-23 00:37:03 -08:00
committed by Steve Kondik
parent 5d5650caf1
commit 70700a0773
2 changed files with 224 additions and 228 deletions

451
softap/sdk/qsap_api.c Executable file → Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -584,6 +584,7 @@ void check_for_configuration_files(void);
void qsap_set_ini_filename(void);
int qsap_set_channel_range(s8 * cmd);
int qsap_get_sap_auto_channel_slection(s32 *pautochan);
int qsap_get_mode(s32 *pmode);
#if __cplusplus
}; // extern "C"