commit | cf82e0c4661b2bc9e6b73f6eaee1c34bb7553e84 | [log] [tgz] |
---|---|---|
author | Mate Toth-Pal <mate.toth-pal@arm.com> | Mon Jul 07 13:33:53 2025 +0200 |
committer | Mate Toth-Pal <mate.toth-pal@arm.com> | Wed Jul 09 13:26:18 2025 +0200 |
tree | 90dbe7878187445b85399c3491d6b889eaa29447 | |
parent | 61d195e6b21fa374fd58c563b99f7cfaffcd3198 [diff] |
chore(app/random): fix integer overflow issue reported by Coverity Fix potential integer overflow error reported by Coverity. This patch eliminates the problematic typecast from ret = (unsigned long)prng_init(arg_0); Signed-off-by: Mate Toth-Pal <mate.toth-pal@arm.com> Change-Id: Ibef4eaa1cb5f7ca7987373eee4a6648ebe4d80a8