Skip to content

Small bug fixes and refactors - #117

Merged
norberttak merged 11 commits into
masterfrom
bugfixes
Aug 8, 2026
Merged

norberttak merged 11 commits into
masterfrom
bugfixes

Conversation

@norberttak

Copy link
Copy Markdown
Owner
  1. Memory leak in ClassConfiguration::clear()
  2. ClassConfiguration::operator= appends instead of replacing
  3. Partially initialized Action constructors
  4. Uninitialized variables in FIP image layer parsing
  5. Use std::lock_guard instead of manual lock()/unlock()
  6. Duplicate #include directives in Device.h
  7. Device.h: move the use std::literals into c++ files
  8. Typo in LuaHelper::get_instace()
  9. Naming inconsistency: Configparser vs ConfigParser
  10. Add error handling around USB HID open functions

@norberttak norberttak self-assigned this Jun 9, 2026
@norberttak norberttak added the bug Something isn't working label Jun 9, 2026
@norberttak
norberttak marked this pull request as draft June 9, 2026 16:10
@norberttak norberttak added this to the v1.10 milestone Jun 9, 2026
@norberttak
norberttak force-pushed the bugfixes branch 3 times, most recently from 4a326f1 to 0a76964 Compare June 10, 2026 05:34
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
…w assignment

Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Remove duplicated inlude. Move using directive from device.h into c++ files

Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
@norberttak
norberttak force-pushed the bugfixes branch 4 times, most recently from de0762c to a8de62e Compare August 3, 2026 05:33
Signed-off-by: Norbert Takacs <norberttak@gmail.com>
…s due to instability

Signed-off-by: Norbert Takacs <norberttak@gmail.com>
@norberttak
norberttak marked this pull request as ready for review August 8, 2026 04:05
@norberttak
norberttak merged commit 2a14939 into master Aug 8, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant