commit | d6c124f8e0017a76b8b06e2bbd966f80b6c35610 | [log] [tgz] |
---|---|---|
author | kirk.wang <kirk.wang@amlogic.com> | Wed Jul 31 15:43:46 2024 +0800 |
committer | Kirk Wang <kirk.wang@amlogic.com> | Thu Aug 01 02:07:54 2024 -0700 |
tree | 9aea2115bc0aed592a567d7d054871203d160577 | |
parent | 8735884e81f1313f49f88513647f4ea7f3ce9561 [diff] |
Coverity: fix issues in aml-utils [1/1] PD#SWPL-172616 Problem: Some coverity issues has been found 1.uninit 2.invalid type 3.use after free Solution: 1.Initialize variables before use 2.format with the correct format specifier 3.avoid double free Verify: coverity scan Signed-off-by: kirk.wang <kirk.wang@amlogic.com> Change-Id: Ibb959cd98165d085d56100b9ae8006e504436349