Jeuk Kim
97970dae53
hw/ufs: Fix code coverity issues
...
Fixed four ufs-related coverity issues.
The coverity issues and fixes are as follows
1. CID 1519042: Security issue with the rand() function
Changed to use a fixed value (0xab) instead of rand() as
the value for testing
2. CID 1519043: Dereference after null check
Removed useless (redundant) null checks
3. CID 1519050: Out-of-bounds access issue
Fix to pass an array type variable to find_first_bit and
find_next_bit using DECLARE_BITMAP()
4. CID 1519051: Out-of-bounds read issue
Fix incorrect range check for lun
Fix coverity CID: 1519042 1519043 1519050 1519051
Signed-off-by: Jeuk Kim <jeuk20.kim@samsung.com>
2023-10-13 13:56:28 +09:00
..
2023-08-29 10:49:24 +02:00
2023-10-05 09:01:01 -04:00
2023-06-20 10:01:30 +02:00
2023-05-26 09:10:49 +02:00
2023-10-03 07:43:44 -04:00
2023-10-10 12:31:05 +00:00
2022-04-06 14:31:55 +02:00
2023-10-06 10:33:43 +02:00
2023-10-12 12:35:36 +10:00
2023-10-07 19:02:33 +02:00
2023-09-21 11:31:16 +03:00
2021-05-02 17:24:51 +02:00
2023-10-06 10:56:54 +02:00
2023-10-05 09:01:01 -04:00
2023-09-21 11:31:16 +03:00
2023-08-22 17:30:59 +01:00
2023-09-15 17:34:38 +02:00
2023-03-13 15:39:31 +04:00
2023-09-29 10:07:19 +02:00
2023-10-06 10:56:54 +02:00
2023-10-06 13:16:57 +02:00
2023-10-03 10:29:40 +02:00
2023-10-12 12:20:24 +10:00
2023-06-20 10:01:30 +02:00
2023-09-21 11:31:16 +03:00
2023-10-04 18:15:05 -04:00
2023-10-06 10:56:54 +02:00
2023-10-06 10:33:43 +02:00
2023-10-04 18:15:06 -04:00
2023-09-29 10:07:16 +02:00
2023-10-03 10:29:40 +02:00
2023-10-12 12:34:30 +10:00
2023-10-06 10:56:54 +02:00
2023-09-29 10:07:16 +02:00
2023-09-08 13:08:51 +03:00
2023-09-29 10:07:20 +02:00
2023-10-03 10:29:39 +02:00
2023-03-22 15:06:57 +00:00
2023-10-04 18:15:06 -04:00
2023-10-04 18:15:06 -04:00
2023-09-29 09:33:10 +02:00
2023-06-20 10:01:30 +02:00
2023-10-04 11:03:54 -07:00
2023-06-20 10:01:30 +02:00
2023-06-28 14:27:59 +02:00
2023-10-12 12:20:24 +10:00
2023-09-21 11:31:16 +03:00
2023-09-21 11:31:16 +03:00
2023-09-12 11:13:33 +02:00
2023-10-05 09:01:01 -04:00
2023-09-06 11:14:55 -04:00
2023-08-31 19:47:43 +02:00
2023-09-21 11:31:16 +03:00
2023-09-29 10:07:18 +02:00
2023-07-25 17:14:07 +03:00
2023-07-10 18:59:32 -04:00
2023-09-21 11:31:16 +03:00
2023-09-29 10:07:19 +02:00
2023-09-20 07:54:34 +03:00
2023-09-29 08:28:02 +02:00
2023-10-13 13:56:28 +09:00
2023-10-06 13:27:48 +02:00
2023-10-05 22:04:51 +02:00
2023-10-06 12:47:57 +02:00
2023-06-20 10:01:30 +02:00
2023-09-08 13:08:52 +03:00
2023-03-24 14:52:14 +00:00
2023-09-08 13:08:52 +03:00
2023-09-07 14:01:29 -04:00
2023-09-07 14:01:29 -04:00