Skip to content

Commit c51ff78

Browse files
committed
SERXIONE-6937: SystemServices Crash
Reason for change: Add a try/catch within getTerritory Test Procedure: Risks: low Priority: P1 Signed-off-by:Hayden Gfeller <[email protected]>
1 parent d046636 commit c51ff78

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

SystemServices/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.
1616

1717
* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
1818

19+
## [3.4.4] - 2025-05-28
20+
### Security
21+
- Added catch to handle crash when reading territory
22+
1923
## [3.4.3] - 2025-01-02
2024
### Security
2125
- Resolved security vulnerabilities

SystemServices/SystemServices.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ using namespace std;
6767

6868
#define API_VERSION_NUMBER_MAJOR 3
6969
#define API_VERSION_NUMBER_MINOR 4
70-
#define API_VERSION_NUMBER_PATCH 3
70+
#define API_VERSION_NUMBER_PATCH 4
7171

7272
#define MAX_REBOOT_DELAY 86400 /* 24Hr = 86400 sec */
7373
#define TR181_FW_DELAY_REBOOT "Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.AutoReboot.fwDelayReboot"

0 commit comments

Comments
 (0)