1# OpenHarmony 3.2.3 Release 2 3 4## Version Description 5 6OpenHarmony 3.2.3 Release provides enhanced system security over OpenHarmony 3.2.2 Release by rectifying memory leak issues, certain known vulnerabilities in open-source components such as Linux kernel, and system stability issues. The matching SDK version is also updated. 7 8## Version Mapping 9 10**Table 1** Version mapping of software and tools 11 12| Software/Tool | Version | Remarks | 13| --------------------------------- | ------------------------------------------------ | ------------------------------------------------------------ | 14| OpenHarmony | 3.2.3 Release | NA | 15| Public SDK | Ohos_sdk_public 3.2.14.6 (API Version 9 Release) | This toolkit is intended for application developers and does not contain system APIs that require system permissions. It is provided as standard in DevEco Studio.| 16| (Optional) HUAWEI DevEco Studio | 3.1 Release | Recommended for developing OpenHarmony applications<br>[Click here](https://developer.harmonyos.com/en/develop/deveco-studio#download)| 17| (Optional) HUAWEI DevEco Device Tool| 3.1 Release | Recommended for developing OpenHarmony smart devices<br>[Click here](https://device.harmonyos.com/cn/develop/ide/).| 18 19## Source Code Acquisition 20 21 22### **Prerequisites** 23 241. Register your account with Gitee. 25 262. Register an SSH public key for access to Gitee. 27 283. Install the [git client](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [git-lfs](https://gitee.com/vcs-all-in-one/git-lfs?_from=gitee_search#downloading), and configure user information. 29 30 ``` 31 git config --global user.name "yourname" 32 git config --global user.email "your-email-address" 33 git config --global credential.helper store 34 ``` 35 364. Run the following commands to install the **repo** tool: 37 38 ``` 39 curl -s https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 > /usr/local/bin/repo # If you do not have the permission, download the tool to another directory and configure it as an environment variable by running the chmod a+x /usr/local/bin/repo command. 40 pip3 install -i https://repo.huaweicloud.com/repository/pypi/simple requests 41 ``` 42 43 44### Acquiring Source Code Using the repo Tool 45 46**Method 1 (recommended)** 47 48Use the **repo** tool to download the source code over SSH. (You must have an SSH public key for access to Gitee.) 49 50 ``` 51 repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-v3.2.3-Release --no-repo-verify 52 repo sync -c 53 repo forall -c 'git lfs pull' 54 ``` 55 56**Method 2** 57 58Use the **repo** tool to download the source code over HTTPS. 59 60Obtain the source code from the version tag, which is the same as that released with the version. 61 ``` 62 repo init -u https://gitee.com/openharmony/manifest -b refs/tags/OpenHarmony-v3.2.3-Release --no-repo-verify 63 repo sync -c 64 repo forall -c 'git lfs pull' 65 ``` 66 67### Acquiring Source Code from Mirrors 68 69**Table 2** Mirrors for acquiring source code 70 71| Source Code | Version | Mirror | SHA-256 Checksum | 72| ------------------------------------- | ------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | 73| Full code base (for mini, small, and standard systems) | 3.2.3 Release | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.3/code-v3.2.3-Release_20230904.tar.gz)| [Download](https://repo.huaweicloud.com/openharmony/os/3.2.3/code-v3.2.3-Release_20230904.tar.gz.sha256) | 74| Hi3861 solution (binary) | 3.2.3 Release | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.3/hispark_pegasus.tar.gz) | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.3/hispark_pegasus.tar.gz.sha256) | 75| Hi3516 solution-LiteOS (binary) | 3.2.3 Release | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.3/hispark_taurus_LiteOS.tar.gz) | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.3/hispark_taurus_LiteOS.tar.gz.sha256) | 76| Hi3516 solution-Linux (binary) | 3.2.3 Release | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.3/hispark_taurus_Linux.tar.gz) | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.3/hispark_taurus_Linux.tar.gz.sha256) | 77| RK3568 standard system solution (binary) | 3.2.3 Release | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.3/dayu200_standard_arm32_20230904.tar.gz) | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.3/dayu200_standard_arm32_20230904.tar.gz.sha256) | 78| Public SDK package for the standard system (macOS) | 3.2.14.6 | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.3/ohos-sdk-mac-public.tar.gz) | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.3/ohos-sdk-mac-public.tar.gz.sha256) | 79| Public SDK package for the standard system (macOS-M1) | 3.2.14.6 | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.3/L2-SDK-MAC-M1-PUBLIC.tar.gz) | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.3/L2-SDK-MAC-M1-PUBLIC.tar.gz.sha256) | 80| Public SDK package for the standard system (Windows\Linux)| 3.2.14.6 | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.3/ohos-sdk-windows_linux-public.tar.gz) | [Download](https://repo.huaweicloud.com/openharmony/os/3.2.3/ohos-sdk-windows_linux-public.tar.gz.sha256) | 81 82## What's New 83 84### API 85 86This version does not involve API updates. 87 88### Chip and Development Board Adaptation 89 90For details about the adaptation status, see [SIG_DevBoard](https://gitee.com/openharmony/community/blob/master/sig/sig_devboard/sig_devboard.md). 91 92## Resolved Issues 93 94**Table 3** Resolved issues 95 96| Issue No. | Description | 97| ------------------------------------------------------------ | ------------------------------------------------------------ | 98| [I76UCD](https://gitee.com/open_harmony/dashboard?issue_id=I76UCD) | [OpenHarmony 3.2.12.5] [3.2 Release] [Multimedia subsystem] [RK3568] [Inevitably: 10/10] When a recording file is played in Gallery, the image freezes for the last 2 seconds.| 99| [I7B07F](https://e.gitee.com/open_harmony/issues/table/?issue=I7B07F) | [OpenHarmony 3.2.12.5] [Softbus] [Discovery] [rk3568] [Inevitably: 3/3] Bluetooth discovery fails.| 100| [I7BZ4F](https://e.gitee.com/open_harmony/issues/table/?issue=I7BZ4F) | [OpenHarmony 3.2.13.1] [RK3568] [Discovery] [Probability: 3/42] CoAP discovery fails occasionally.| 101| [I7C98S](https://e.gitee.com/open_harmony/issues/table/?issue=I7C98S) | [OpenHarmony 3.2.13.1] [RK3568] [Pressure test] [Low probability: 2/10] [wukong] A JavaScript crash occurs in the initializeConsume stack of com.ohos.photos. This issue occurs twice.| 102| [I7FO8I](https://e.gitee.com/open_harmony/issues/table/?issue=I7FO8I) | [OpenHarmony 3.2 0620 daily] [RK3568] [Pressure test] [Low probability: 1/10] [wukong] A C++ crash occurs in libabilitykit_native.z.so of the IPC_3_14056 thread in com.ohos.adminprovisioning. This problem occurs once.| 103| [I7FR03](https://e.gitee.com/open_harmony/issues/table/?issue=I7FR03) | [OpenHarmony 3.2 0620 daily] [RK3568] [Pressure test] [Low probability: 1/10] [wukong] Rosenweb on consumer occurs in RSRenderThread of the com.ohos.note process. As a result, a C++ crash occurs in libmali-bifrost-g52-g2p0-ohos.so. This problem occurs once.| 104| [I7WJ2I](https://gitee.com/open_harmony/dashboard?issue_id=I7WJ2I) | [OpenHarmony master/3.2 Release] [Driver subsystem] [rk3568] [Inevitably: 5/5] Dynamic stream allocation fails.| 105| [I6UYP6](https://gitee.com/open_harmony/dashboard?issue_id=I6UYP6) | [OpenHarmony 3.2 Release] When the **put** and **putSync** APIs are called to set the **key** length and **value** length that exceed the maximum number of bytes, the APIs do not throw any exception.| 106| [I72P5E](https://gitee.com/open_harmony/dashboard?issue_id=I72P5E) | [OpenHarmony 3.2.12.2] [RK3568] [Pressure test] [Inevitably: 10/10] Memory leakage occurs in libace.z.so when a user repeatedly touches an image in Gallery to maximize it and then exits.| 107| [I72P5I](https://gitee.com/open_harmony/dashboard?issue_id=I72P5I) | [OpenHarmony 3.2.12.2] [RK3568] [Pressure test] [Inevitably: 10/10] Memory leakage occurs in libace.z.so when a user repeatedly touches an image folder in Gallery to browse images in grid form and then exits.| 108| [I76N0Y](https://gitee.com/open_harmony/dashboard?issue_id=I76N0Y) | [OpenHarmony 3.2.12.2] [RK3568] [Pressure test] [Inevitably: 10/10] Memory leakage occurs in libace.z.so when an application is repeatedly added to and then removed from the dock bar.| 109| [I7FNXR](https://gitee.com/open_harmony/dashboard?issue_id=I7FNXR) | [OpenHarmony 3.2.13.5] [RK3568] [Pressure test] [Low probability: 1/10] [wukong] A C++ crash occurs in libipc_core.z.so of the IPC_7_15380 thread in the camera_service process. This problem occurs once.| 110| [I7GATH](https://gitee.com/open_harmony/dashboard?issue_id=I7GATH) | [OpenHarmony 3.2.13.5] [Input method] [Inevitably: 5/5] A C++crash occurs in the input method selection box after an injection test is performed on the DevecoTesting service interface.| 111| [I7HDQP](https://gitee.com/open_harmony/dashboard?issue_id=I7HDQP) | [OpenHarmony 3.2.13.5] [Application subsystem] [RK3568] [Inevitably: 5/5] After the language is switched to English, some application names on the home screen are still displayed in Chinese. They are displayed in English only after a system restart.| 112| [I7HFEO](https://gitee.com/open_harmony/dashboard?issue_id=I7HFEO) | [OpenHarmony 3.2.14.1] [Test subsystem] [3861] [Inevitably: 5/5] A test item fails in the ActsUiTest module.| 113| [I7HX8E](https://gitee.com/open_harmony/dashboard?issue_id=I7HX8E) | [OpenHarmony 3.2.14.1] [RK3568] [XTS pressure test] [Low probability] A C++ crash occurs in librpc.z.so of the jsThread-1 thread in the com.ohos.rpctest process. This issue occurs twice.| 114| [I7IV88](https://gitee.com/open_harmony/dashboard?issue_id=I7IV88) | [OpenHarmony 3.2.14.1] [RK3568] [Pressure test] [Low probability] [wukong] A JavaScript crash occurs in clickToGroupDetail of the key process com.ohos.mms. This issue occurs four times.| 115| [I7KZKQ](https://gitee.com/open_harmony/dashboard?issue_id=I7KZKQ) | [OpenHarmony 3.2.14.2] [RK3568] [Pressure test] [Low probability] [wukong] A JavaScript crash occurs in clickInfoToConversation of the key process com.ohos.mms. This issue occurs 13 times.| 116| [I7KZLX](https://gitee.com/open_harmony/dashboard?issue_id=I7KZLX) | [OpenHarmony 3.2.14.2] [RK3568] [Pressure test] [Low probability] [wukong] A JavaScript crash occurs in dealSessionDraft of com.ohos.mms. This issue occurs once.| 117| [I7KZN7](https://gitee.com/open_harmony/dashboard?issue_id=I7KZN7) | [OpenHarmony 3.2.14.2] [RK3568] [Pressure test] [Low probability] [wukong] A JavaScript crash occurs in menuChange of the key process com.ohos.contact. This issue occurs 18 times.| 118| [I7PAL6](https://gitee.com/open_harmony/dashboard?issue_id=I7PAL6) | [OpenHarmony 3.2.14.5] [RK3568] [Pressure test] [Low probability] [wukong] A C++ crash occurs in libhap_restorecon.z.so of the IPC_1_643 thread in /system/bin/installs. This issue occurs once.| 119| [I7Q85E](https://gitee.com/open_harmony/dashboard?issue_id=I7Q85E) | [OpenHarmony 3.2.14.5] [RK3568] [Pressure test] [wukong] The memory usage is too high during the pressure test.| 120| [I7VAB8](https://gitee.com/open_harmony/dashboard?issue_id=I7VAB8) | [OpenHarmony 3.2.14.6] [RK3568] [Pressure test] [Low probability] [wukong] A C++ crash occurs in libcamera_napi.z.so of the com.ohos.camera thread in the com.ohos.camera process. This issue occurs 24 times.| 121| [I7VBCV](https://gitee.com/open_harmony/dashboard?issue_id=I7VBCV) | [OpenHarmony 3.2.14.6] [RK3568] [Pressure test] [Low frequency] A JavaScript crash occurs in the cancelTimer stack of the ohos.samples.distributedmusicplayer process. This issue occurs three times.| 122| [I7BL13](https://gitee.com/open_harmony/dashboard?issue_id=I7BL13) | [OpenHarmony 3.2 Release] [Power subsystem] [rk3568] [Inevitably: 5/5] A global thread is created using a local variable.| 123| [I7BY2N](https://gitee.com/open_harmony/dashboard?issue_id=I7BY2N) | [OpenHarmony 3.2 Release] An empty file can be compiled.| 124| [I7CREK](https://gitee.com/open_harmony/dashboard?issue_id=I7CREK) | [OpenHarmony 3.2 Release] JSON parameter verification needs an adjustment.| 125 126## Fixed Security Vulnerabilities 127 128**Table 4** Fixed security vulnerabilities 129 130| Issue No. | Description | 131| ------ | --------------------------------------------------- | 132| I71KHW | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-32233 | 133| I6QYW7 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2022-4095| 134| I6RZV9 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2022-4744| 135| I6TCVF | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-1838| 136| I6TCVR | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-1855| 137| I6TCW0 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-1582| 138| I6U82D | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-30456| 139| I6UW4X | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2022-29581| 140| I6UW4Y | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2022-1158| 141| I6VHE0 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-1990| 142| I6VVQJ | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-1859| 143| I6W9EQ | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-30772| 144| I6YK8O | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-2008| 145| I6ZH6E | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-0458| 146| I6ZJDL | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-31436| 147| I6ZK8X | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-2177| 148| I6ZK92 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-2194| 149| I6ZQRA | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-28328| 150| I6ZQRH | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-2166| 151| I6ZQRM | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-28327| 152| I6ZUT4 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-2248| 153| I6ZZDJ | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-1998| 154| I70B1G | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-2483| 155| I72GRH | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-32269| 156| I73Z2O | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-2124| 157| I76VW0 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-0459| 158| I78R44 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-33203| 159| I79YE0 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-34256| 160| I7HIGZ | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2022-41858| 161| I7HIH1 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-3421| 162| I7HIH4 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-3268| 163| I7HIHC | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-35788| 164| I7HIHE | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-3161| 165| I7HIHF | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-3220| 166| I7HIHG | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-3159| 167| I7HIHN | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-35823| 168| I7HIHP | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-35828| 169| I7HIHQ | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-35824| 170| I7HIHR | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-35829| 171| I7HIHT | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-3141| 172| I7HIHV | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-3216| 173| I7HIHW | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-3215| 174| I7HII0 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-3212| 175| I7HII2 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-2002| 176| I7HII3 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-2970| 177| I7HII8 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-3079| 178| I7I5J3 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2020-22597| 179| I7JKP5 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-37327| 180| I7MTCB | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2020-22039| 181| I7MTCL | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2020-12284| 182| I7MTCU | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2020-22044| 183| I7MTD1 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2020-22021| 184| I7MTD8 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2020-22040| 185| I7MTDG | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2020-22037| 186| I7MTDN | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2020-22041| 187| I7MTDX | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2020-22026| 188| I7MTE2 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2020-22043| 189| I7MTE9 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2020-22042| 190| I7MTEM | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2020-22035| 191| I7MTEX | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2020-22036| 192| I7MTFZ | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2020-22048| 193| I7MTGL | [Vulnerability] [OpenHarmony 3.2 Release] lj-c-131450017-9125433| 194| I7MTML | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-3446| 195| I7N91T | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2022-25636| 196| I7NU2Z | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2020-22028| 197| I7NU35 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2020-22019| 198| I7NU3C | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2020-22020| 199| I7NVP2 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2022-41409| 200| I7OWF7 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2020-27777| 201| I7OWFA | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2020-25668| 202| I7OY06 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2022-4912| 203| I7OY0E | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2022-4909| 204| I7OZ6F | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-36191| 205| I7P791 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-3598| 206| I7PTFP | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-3567| 207| I7Q3I0 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-3812| 208| I7QFUC | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-3817| 209| I7QR0J | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2022-1729| 210| I7QR0S | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2022-3202| 211| I7QR0V | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2022-3564| 212| I7QR1U | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2021-4083| 213| I7QRFE | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-4072| 214| I7QRFQ | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-4071| 215| I7QRFT | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-4076| 216| I7S222 | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-4273| 217| I7T5YY | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2023-4194| 218| I7UE6S | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2022-3623| 219| I7UE6U | [Vulnerability] [OpenHarmony 3.2 Release] CVE-2022-2196| 220 221## Known Issues 222 223**Table 5** Known issues 224 225| Issue No.| Description| Impact| To Be Resolved By| 226| ----- | -------- | ---- | ------------ | 227| [I7HW2C](https://e.gitee.com/open_harmony/dashboard?issue=I7E931) | [OpenHarmony 3.2.14.1] [RK3568] [Pressure test] [ToC] [Low probability] [wukong] A C++ crash occurs in libace.z.so of the com.ohos.note thread in the key process com.ohos.note. This problem occurs 20 times.| Impact on application development (especially APIs) and user experience: The note application may break down in some scenarios. This issue occurs 15 times during the pressure test on multiple devices within 10,000 hours. From the HiLog analysis, there is a high probability that this issue occurs in extreme scenarios and has little impact on normal use. It has no impact on the chip platform and subsystem communities.| 2023-10-31| 228| [I7E931](https://e.gitee.com/open_harmony/dashboard?issue=I7E931) | Memory leakage issues in OpenHarmony 3.2 Release.| When a JavaScript application calls the IPC, the NAPIRemoteObject process needs to be created, and 1.2 KB memory occurs during the creation. However, the process can be used repeatedly once created, and the memory is released when the application process exits.| 2023-10-31| 229| [I7P9VS](https://e.gitee.com/open_harmony/issues/table/?issue=I7P9VS) |[OpenHarmony 3.2.14.5] [RK3568] [Pressure test] [Inevitably: 10/10] Memory leakage occurs in ElementRegister::ClearRemovedItems when a user repeatedly touches an image in Gallery to maximize it and then exits.| The leaked memory size is reduced from several KBs to 72 bytes. This issue has little impact on the system.| 2023-10-31| 230| [I7P9T5](https://e.gitee.com/open_harmony/issues/table/?issue=I7P9T5) |[OpenHarmony 3.2.14.5] [RK3568] [Pressure test] [Inevitably: 10/10] Memory leakage occurs in ElementRegister::RemoveItem and ElementRegister::ClearRemovedItems when a user repeatedly touches an image folder in Gallery to browse images in grid form and then exits.| The leaked memory size is reduced from several KBs to 144 bytes. This issue has little impact on the system.| 2023-10-31| 231 232