Matt Caswell
d73ca3efa7
Remove an NULL ptr deref in an error path
...
The |passwd| variable in the code can be NULL if it goes to the err label.
Therefore we cannot call strlen on it without first checking that it is non
NULL.
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
2015-11-17 11:17:37 +00:00
..
2015-11-09 22:48:41 +00:00
2015-11-14 00:06:32 +00:00
2015-09-20 14:19:49 +01:00
2015-11-09 22:48:41 +00:00
2015-10-30 08:39:47 +00:00
2015-09-07 10:45:38 +01:00
2015-05-16 09:20:52 +01:00
2015-10-30 08:38:18 +00:00
2015-11-05 15:05:58 +00:00
2015-10-21 16:13:53 +01:00
2015-05-14 15:13:49 +02:00
2015-06-23 22:24:09 +01:00
2015-11-14 00:06:32 +00:00
2015-10-30 08:38:18 +00:00
2015-08-14 06:56:11 +01:00
2015-09-11 04:51:55 +01:00
2015-11-09 22:48:41 +00:00
2015-11-14 00:06:33 +00:00
2015-11-09 22:48:41 +00:00
2015-01-22 09:20:09 +00:00
2015-11-05 15:48:37 +00:00
2015-11-10 23:02:44 +00:00
2015-11-14 00:06:32 +00:00
2015-11-10 23:02:44 +00:00
2015-11-09 22:48:41 +00:00
2015-10-30 08:39:47 +00:00
2015-10-02 14:22:05 -04:00
2015-01-22 09:20:09 +00:00
2015-05-16 09:20:58 +01:00
2015-08-14 06:56:11 +01:00
2015-05-22 23:10:51 +01:00
2015-11-14 00:06:32 +00:00
2015-09-07 10:45:38 +01:00
2015-07-30 14:43:35 +01:00
2015-11-17 11:17:37 +00:00