Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: mqtt: improve decoder buffer handling
Improve buffer handling logic to use local variables extensively. This change reduces the number of pointer dereferences, which leads to more efficient runtime and helps reduce the code size. (cherry picked from commit 6211de8) Original-Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com> GitOrigin-RevId: 6211de8 Change-Id: If7073516c999c0e7a1af49eca5c7b863d6cb7f6f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5753582 Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com> Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com> Tested-by: Fabio Baltieri <fabiobaltieri@google.com>
- Loading branch information