Skip to content

Commit 1958fbd

Browse files
Add goto out on AAD error f-631
1 parent aa9ee8b commit 1958fbd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bsdkm/wolfkmod.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,7 @@ static int wolfkdriv_gcm_work(device_t dev, wolfkdriv_session_t * session,
872872

873873
if (error) {
874874
error = EINVAL;
875+
goto gcm_work_out;
875876
}
876877
}
877878
else {

0 commit comments

Comments
 (0)