mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-02 18:10:57 +02:00
Merge branch 'fix/eh_frame_parser_warnings' into 'master'
fix(esp_system): fix potential warnings related to array size in .eh_frame parser See merge request espressif/esp-idf!41935
This commit is contained in:
@@ -255,8 +255,8 @@ typedef struct {
|
||||
* @brief Symbols defined by the linker.
|
||||
* Retrieve the addresses of both .eh_frame_hdr and .eh_frame sections.
|
||||
*/
|
||||
extern void *__eh_frame_hdr;
|
||||
extern void *__eh_frame;
|
||||
extern uint8_t __eh_frame_hdr[];
|
||||
extern uint8_t __eh_frame[];
|
||||
|
||||
/**
|
||||
* @brief Decode multiple bytes encoded in LEB128.
|
||||
|
Reference in New Issue
Block a user