Skip to content

Commit

Permalink
Remove needless annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jejones3141 committed Nov 14, 2023
1 parent a099d15 commit 388e39f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/eap/session.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ static char *eap_identity(request_t *request, eap_session_t *eap_session, eap_pa
* If the length is 5, then a buffer with a length of 1 is
* created with a \0 byte.
*/
/* coverity[tainted_data] */
return talloc_bstrndup(eap_session, (char *)&eap_packet->data[1], len - 5);
}

Expand Down

0 comments on commit 388e39f

Please sign in to comment.