-
Notifications
You must be signed in to change notification settings - Fork 52
Commit 89197da
Avoid NULL dereference of 'actual_mech_type'
The actual_mech is not promised till we complet the context.
This fix a segfault when creating a SecurityContext with SPNEGO mech.
[rharwood@redhat.com: Squash with fixup commit]1 parent 102ea36 commit 89197da
1 file changed
+4
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
207 | - | ||
207 | + | ||
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
| |||
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
235 | - | ||
235 | + | ||
236 | + | ||
237 | + | ||
236 | 238 |
| |
237 | 239 |
| |
238 | 240 |
| |
|
0 commit comments