Commit 3437a1b
ext: crypto: mbedtls: Fix uninitialized variable
This patch fixes an issue with an uninitialized variable in the x509
mbedtls feature. I sent a related patch to the mbedtls project so
that this can be fixed in the future.
Mbed-TLS/mbedtls#2392
Signed-off-by: Andy Gross <andy.gross@linaro.org>1 parent 8a30061 commit 3437a1b
1 file changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2088 | 2088 | | |
2089 | 2089 | | |
2090 | 2090 | | |
2091 | | - | |
2092 | | - | |
2093 | | - | |
2094 | | - | |
2095 | | - | |
2096 | 2091 | | |
2097 | 2092 | | |
| 2093 | + | |
| 2094 | + | |
2098 | 2095 | | |
2099 | | - | |
| 2096 | + | |
| 2097 | + | |
2100 | 2098 | | |
2101 | 2099 | | |
2102 | 2100 | | |
| |||
0 commit comments