Skip to content

Conversation

tferrin
Copy link
Contributor

@tferrin tferrin commented Feb 1, 2018

esp_efuse_mac_get_default() only stores into the bottom 6 bytes of it's 8-byte argument, so must initialize the arg to zero to avoid trash on the stack.

esp_efuse_mac_get_default() only stores into the bottom 6 bytes of it's 8-byte argument, so must initialize this arg to zero to avoid trash on the stack.
@me-no-dev
Copy link
Member

nice find :) Thanks for the contribution!

@me-no-dev me-no-dev merged commit da46d0b into espressif:master Mar 4, 2018
Curclamas pushed a commit to Curclamas/arduino-esp32 that referenced this pull request Aug 21, 2018
esp_efuse_mac_get_default() only stores into the bottom 6 bytes of it's 8-byte argument, so must initialize this arg to zero to avoid trash on the stack.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants