File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ int main(void) {
108
108
109
109
/* It's best practice to try to clear secrets from memory after using them.
110
110
* This is done because some bugs can allow an attacker to leak memory, for
111
- * example through "out of bounds" array access (see Heartbleed), Or the OS
111
+ * example through "out of bounds" array access (see Heartbleed), or the OS
112
112
* swapping them to disk. Hence, we overwrite the secret key buffer with zeros.
113
113
*
114
114
* Here we are preventing these writes from being optimized out, as any good compiler
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ int main(void) {
128
128
129
129
/* It's best practice to try to clear secrets from memory after using them.
130
130
* This is done because some bugs can allow an attacker to leak memory, for
131
- * example through "out of bounds" array access (see Heartbleed), Or the OS
131
+ * example through "out of bounds" array access (see Heartbleed), or the OS
132
132
* swapping them to disk. Hence, we overwrite the secret key buffer with zeros.
133
133
*
134
134
* Here we are preventing these writes from being optimized out, as any good compiler
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ int main(void) {
146
146
147
147
/* It's best practice to try to clear secrets from memory after using them.
148
148
* This is done because some bugs can allow an attacker to leak memory, for
149
- * example through "out of bounds" array access (see Heartbleed), Or the OS
149
+ * example through "out of bounds" array access (see Heartbleed), or the OS
150
150
* swapping them to disk. Hence, we overwrite the secret key buffer with zeros.
151
151
*
152
152
* Here we are preventing these writes from being optimized out, as any good compiler
You can’t perform that action at this time.
0 commit comments