Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(zigbeeEP): review of names and memory allocation #11199

Merged
merged 17 commits into from
Apr 5, 2025

Conversation

SuGlider
Copy link
Collaborator

Description of Change

Just a general review of memory allocation routines and changing string variable name to avoid using reserved words.

Tests scenarios

CI only

Related links

#11196

@SuGlider SuGlider added Status: In Progress ⚠️ Issue is in progress Area: Zigbee Issues and Feature Request about Zigbee labels Mar 28, 2025
@SuGlider SuGlider added this to the 3.2.0 milestone Mar 28, 2025
@SuGlider SuGlider self-assigned this Mar 28, 2025
Copy link
Contributor

github-actions bot commented Mar 28, 2025

Warnings
⚠️

Some issues found for the commit messages in this PR:

  • the commit message "fix(zigbeeEP): destructor shall free any allocated memory":
    • scope/component should be lowercase without whitespace, allowed special characters are _ / . , * - .
  • the commit message "fix(zigbeeEP): review of names and memory allocation":
    • scope/component should be lowercase without whitespace, allowed special characters are _ / . , * - .

Please fix these commit messages - here are some basic tips:

  • follow Conventional Commits style
  • correct format of commit message should be: <type/action>(<scope/component>): <summary>, for example fix(esp32): Fixed startup timeout issue
  • allowed types are: change,ci,docs,feat,fix,refactor,remove,revert,test
  • sufficiently descriptive message summary should be between 10 to 72 characters and start with upper case letter
  • avoid Jira references in commit messages (unavailable/irrelevant for our customers)

TIP: Install pre-commit hooks and run this check when committing (uses the Conventional Precommit Linter).

👋 Hello SuGlider, we appreciate your contribution to this project!


📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more.

🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project.

Click to see more instructions ...


This automated output is generated by the PR linter DangerJS, which checks if your Pull Request meets the project's requirements and helps you fix potential issues.

DangerJS is triggered with each push event to a Pull Request and modify the contents of this comment.

Please consider the following:
- Danger mainly focuses on the PR structure and formatting and can't understand the meaning behind your code or changes.
- Danger is not a substitute for human code reviews; it's still important to request a code review from your colleagues.
- Resolve all warnings (⚠️ ) before requesting a review from human reviewers - they will appreciate it.
- To manually retry these Danger checks, please navigate to the Actions tab and re-run last Danger workflow.

Review and merge process you can expect ...


We do welcome contributions in the form of bug reports, feature requests and pull requests.

1. An internal issue has been created for the PR, we assign it to the relevant engineer.
2. They review the PR and either approve it or ask you for changes or clarifications.
3. Once the GitHub PR is approved we do the final review, collect approvals from core owners and make sure all the automated tests are passing.
- At this point we may do some adjustments to the proposed change, or extend it by adding tests or documentation.
4. If the change is approved and passes the tests it is merged into the default branch.

Generated by 🚫 dangerJS against 8e03dd0

Copy link
Contributor

github-actions bot commented Mar 28, 2025

Memory usage test (comparing PR against master branch)

The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.

MemoryFLASH [bytes]FLASH [%]RAM [bytes]RAM [%]
TargetDECINCDECINCDECINCDECINC
ESP32S30⚠️ +400.00⚠️ +0.01000.000.00
ESP32S20⚠️ +480.00⚠️ +0.01000.000.00
ESP32C30⚠️ +160.000.00000.000.00
ESP32C60⚠️ +160.000.00000.000.00
ESP32H20⚠️ +160.000.00000.000.00
ESP320⚠️ +440.00⚠️ +0.01000.000.00
Click to expand the detailed deltas report [usage change in BYTES]
TargetESP32S3ESP32S2ESP32C3ESP32C6ESP32H2ESP32
ExampleFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAM
libraries/Zigbee/examples/Zigbee_Color_Dimmer_Switch⚠️ +400⚠️ +440⚠️ +160⚠️ +140⚠️ +140⚠️ +440
libraries/Zigbee/examples/Zigbee_Gateway⚠️ +200⚠️ +240⚠️ +140----⚠️ +280
libraries/Zigbee/examples/Zigbee_On_Off_Switch⚠️ +400⚠️ +480⚠️ +160⚠️ +140⚠️ +140⚠️ +440
libraries/Zigbee/examples/Zigbee_Range_Extender⚠️ +400⚠️ +480⚠️ +160⚠️ +160⚠️ +120⚠️ +440
libraries/Zigbee/examples/Zigbee_Thermostat⚠️ +400⚠️ +440⚠️ +160⚠️ +140⚠️ +160⚠️ +400
libraries/Zigbee/examples/Zigbee_Analog_Input_Output------⚠️ +160⚠️ +160--
libraries/Zigbee/examples/Zigbee_CarbonDioxide_Sensor------⚠️ +140⚠️ +160--
libraries/Zigbee/examples/Zigbee_Color_Dimmable_Light------⚠️ +160⚠️ +140--
libraries/Zigbee/examples/Zigbee_Contact_Switch------⚠️ +160⚠️ +120--
libraries/Zigbee/examples/Zigbee_Dimmable_Light------⚠️ +160⚠️ +160--
libraries/Zigbee/examples/Zigbee_Illuminance_Sensor------⚠️ +140⚠️ +140--
libraries/Zigbee/examples/Zigbee_OTA_Client------⚠️ +160⚠️ +140--
libraries/Zigbee/examples/Zigbee_Occupancy_Sensor------⚠️ +140⚠️ +160--
libraries/Zigbee/examples/Zigbee_On_Off_Light------⚠️ +160⚠️ +120--
libraries/Zigbee/examples/Zigbee_Pressure_Flow_Sensor------⚠️ +160⚠️ +140--
libraries/Zigbee/examples/Zigbee_Scan_Networks------0000--
libraries/Zigbee/examples/Zigbee_Temp_Hum_Sensor_Sleepy------⚠️ +160⚠️ +160--
libraries/Zigbee/examples/Zigbee_Temperature_Sensor------⚠️ +160⚠️ +140--
libraries/Zigbee/examples/Zigbee_Vibration_Sensor------⚠️ +160⚠️ +160--
libraries/Zigbee/examples/Zigbee_Wind_Speed_Sensor------⚠️ +140⚠️ +160--
libraries/Zigbee/examples/Zigbee_Window_Covering------⚠️ +140⚠️ +140--

Copy link
Contributor

github-actions bot commented Mar 28, 2025

Test Results

 76 files   76 suites   13m 45s ⏱️
 38 tests  38 ✅ 0 💤 0 ❌
241 runs  241 ✅ 0 💤 0 ❌

Results for commit 8e03dd0.

♻️ This comment has been updated with latest results.

@SuGlider SuGlider added Status: Review needed Issue or PR is awaiting review and removed Status: In Progress ⚠️ Issue is in progress labels Mar 28, 2025
Copy link
Member

@P-R-O-C-H-Y P-R-O-C-H-Y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good at first sight, will test and approve if its working fine :)

@SuGlider SuGlider added Status: In Progress ⚠️ Issue is in progress and removed Status: Review needed Issue or PR is awaiting review labels Mar 30, 2025
@SuGlider SuGlider modified the milestones: 3.2.0, 3.2.1 Mar 31, 2025
@SuGlider SuGlider requested a review from me-no-dev March 31, 2025 14:57
@SuGlider SuGlider removed the Status: In Progress ⚠️ Issue is in progress label Mar 31, 2025
@SuGlider SuGlider requested a review from P-R-O-C-H-Y March 31, 2025 14:57
@SuGlider
Copy link
Collaborator Author

@me-no-dev | @P-R-O-C-H-Y :: Changes done as discussed today. PTAL. Thanks!

@SuGlider SuGlider added the Status: Review needed Issue or PR is awaiting review label Mar 31, 2025
Copy link
Member

@P-R-O-C-H-Y P-R-O-C-H-Y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Tested with HomeAssistant + Light and switch examples. Both working

@me-no-dev me-no-dev added Status: Pending Merge Pull Request is ready to be merged and removed Status: Review needed Issue or PR is awaiting review labels Apr 2, 2025
@me-no-dev me-no-dev requested a review from Copilot April 3, 2025 12:02
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR revisits memory allocation routines and renames a variable to avoid reserved words.

  • Introduces a constant for maximum name length.
  • Updates memory allocation in setManufacturerAndModel to use stack arrays.
  • Revises the handling of manufacturer and model string pointers in zbReadBasicCluster.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
libraries/Zigbee/src/ZigbeeEP.h Added a constant ZB_MAX_NAME_LENGTH and updated comments.
libraries/Zigbee/src/ZigbeeEP.cpp Modified memory allocation for name/model handling and adjusted pointer logic.
Comments suppressed due to low confidence (1)

libraries/Zigbee/src/ZigbeeEP.cpp:39

  • Using stack-allocated arrays for zb_name and zb_model may lead to invalid memory references if esp_zb_basic_cluster_add_attr does not copy the data. Consider allocating memory on the heap or ensuring the data is copied safely.
char zb_name[ZB_MAX_NAME_LENGTH + 2];

SuGlider and others added 2 commits April 3, 2025 09:09
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@SuGlider SuGlider requested a review from Copilot April 4, 2025 17:27
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Files not reviewed (2)
  • libraries/Zigbee/src/ZigbeeEP.cpp: Language not supported
  • libraries/Zigbee/src/ZigbeeEP.h: Language not supported

@me-no-dev me-no-dev requested a review from Copilot April 5, 2025 15:46
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

libraries/Zigbee/src/ZigbeeEP.cpp:39

  • Using stack-allocated arrays for zb_name and zb_model could lead to undefined behavior if esp_zb_basic_cluster_add_attr does not internally copy the data. Please verify that the attribute addition function safely duplicates the input data or consider switching to dynamic allocation.
char zb_name[ZB_MAX_NAME_LENGTH + 2];

libraries/Zigbee/src/ZigbeeEP.cpp:171

  • [nitpick] For consistency with modern C++ conventions, consider using nullptr instead of NULL for pointer comparisons and assignments.
if (_read_manufacturer != NULL) {

@me-no-dev me-no-dev merged commit b333bf2 into master Apr 5, 2025
56 checks passed
@me-no-dev me-no-dev deleted the zigbee_memory_review branch April 5, 2025 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Zigbee Issues and Feature Request about Zigbee Status: Pending Merge Pull Request is ready to be merged
Projects
Development

Successfully merging this pull request may close these issues.

4 participants