Commit f4d0944
[crypto/drbg] Maximize value_words size
The drbg creates a buffer value_words with a user chosen input length.
However, the length is checked to be at most a certain size. Make that
temporary buffer max sized.
Signed-off-by: Siemen Dhooghe <sdhooghe@google.com>1 parent 63c0775 commit f4d0944
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
| 92 | + | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments