mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 19:00:52 +02:00
Add goto out on AAD error f-631
This commit is contained in:
@@ -872,6 +872,7 @@ static int wolfkdriv_gcm_work(device_t dev, wolfkdriv_session_t * session,
|
||||
|
||||
if (error) {
|
||||
error = EINVAL;
|
||||
goto gcm_work_out;
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user