]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/enable_wifi_ebuf_sanity_check' into 'master'
authorJiang Jiang Jian <jack@espressif.com>
Fri, 5 May 2017 07:40:33 +0000 (15:40 +0800)
committerJiang Jiang Jian <jack@espressif.com>
Fri, 5 May 2017 07:40:33 +0000 (15:40 +0800)
commitf9e3900fb2f06ee21d339553ee5bfd0bf16fe069
tree67ecc0b4e3e5b8e10da390577eb0205e2335318a
parent7347b7daa61a4b443447e321555093268de7bebe
parent7308db6f942ffc3ee84c64f9aefba94cf1b3a78e
Merge branch 'feature/enable_wifi_ebuf_sanity_check' into 'master'

esp32: update wifi lib to enable ebuf sanity check

The wifi ebuf sanity checking is disabled by default, this MR is to enable it by default. If we detect the last 4 Bytes of ebuf is not DEADBEEF, we assert the system, with the sanity checking, we can detect the ebuf memory corrupt easy.

See merge request !724