Ilya Shipitsin
db7d6c83d5
src/Mayaqua/Secure.c: fix potential null pointer dereference
...
found by coverity
CID 343537 (#1 of 1): Dereference before null check (REVERSE_INULL)
check_after_deref: Null-checking name suggests that it may be null
but it has already been dereferenced on all paths leading to the
check.
664 if (name == NULL)
665 {
666 sec->Error = SEC_ERROR_BAD_PARAMETER;
667 return false;
668 }
2023-05-01 06:09:38 +02:00
..
2023-03-15 09:35:00 +00:00
2021-03-27 00:33:20 +01:00
2023-04-16 23:06:30 +02:00
2021-03-10 02:13:00 +01:00
2021-05-26 04:18:08 +02:00
2023-05-01 06:09:38 +02:00
2019-01-14 12:25:53 +09:00
2019-01-14 12:25:53 +09:00
2021-12-29 17:41:29 +08:00
2019-05-28 10:36:31 +09:00
2019-01-14 12:25:53 +09:00
2021-04-05 04:48:25 +02:00
2019-01-14 12:25:53 +09:00
2021-07-07 08:08:12 +02:00
2021-07-07 08:08:12 +02:00
2021-07-07 08:08:12 +02:00
2019-01-14 12:25:53 +09:00
2021-07-07 08:08:12 +02:00
2021-03-27 00:33:20 +01:00
2021-02-28 20:35:25 +01:00
2021-07-07 08:08:12 +02:00
2021-07-07 08:08:12 +02:00
2021-07-07 08:08:12 +02:00
2021-07-07 08:08:12 +02:00
2021-02-28 20:35:25 +01:00
2021-04-05 04:48:25 +02:00
2023-01-26 01:35:37 +09:00
2022-11-27 19:33:52 +09:00
2021-08-27 12:43:42 +05:00
2014-01-04 22:00:08 +09:00
2021-05-26 07:44:45 +02:00
2018-06-09 19:57:45 +02:00
2020-03-20 21:27:51 +09:00