bzero is deprecated function (IDFGH-3073) #5095
Labels
Resolution: Done
Issue is done internally
Status: Done
Issue is done internally
Type: Feature Request
Feature request for IDF
Consider replace
bzero
bymemset
as long bzero is deprecated and could lead to compile problems with newer gccI already tested it here and it works.
https://github.com/espressif/esp-idf/blob/master/components/heap/heap_caps.c#L409
http://man7.org/linux/man-pages/man3/bzero.3.html
https://www.quora.com/In-C-what-is-the-difference-between-bzero-and-memset
The text was updated successfully, but these errors were encountered: