RTL8710BN SDK
Find a file
Github Security Lab 672ea37751 vallen is verified to be less than len, therefore, it can never
be the case that `vallen >= len + sizeof(rhostname)`.

This PR fixes the check so the `rhostname` array does not overflow.

Reported-by: Github Security Lab <securitylab@github.com>
Signed-off-by: Alvaro Muñoz <pwntester@github.com>
2020-03-07 21:12:04 +01:00
component vallen is verified to be less than len, therefore, it can never 2020-03-07 21:12:04 +01:00
doc first add sdk 2019-04-02 16:34:25 +08:00
project add readme 2019-04-03 11:03:41 +08:00
tools add tools 2019-04-03 15:05:52 +08:00
README.md add readme 2019-04-03 11:03:41 +08:00
release_note.pdf first add sdk 2019-04-02 16:34:25 +08:00

开始

获取SDK

git clone https://github.com/jialexd/sdk-ameba-v4.0c_180328.git

解压编译工具并设置环境变量

cd sdk-ameba-v4.0c_180328/tools/arm-none-eabi-gcc
tar xjf gcc-arm-none-eabi-4_8-2014q3-20140805-linux.tar.bz2 -C /opt

编译

cd sdk-ameba-v4.0c_180328/project/realtek_amebaz_va0_example/GCC-RELEASE
make