Commit 8496dec
Document that BIO flags should usually be left alone.
Some BIO flags can be memory safety risks when misused; others simply
are not meant to be used after BIO creation. However, outright blocking
is not an option, as users can define their own BIOs with their own flag
semantics.
Change-Id: Iad1a3dfe942155626da2163c07909f1a6a6a6964
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/91007
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
Auto-Submit: Rudolf Polzer <rpolzer@google.com>1 parent 7623d2a commit 8496dec
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| 139 | + | |
| 140 | + | |
138 | 141 | | |
139 | 142 | | |
140 | 143 | | |
| |||
0 commit comments