Skip to content
Permalink
Browse files Browse the repository at this point in the history
[core] fix parse_via() parsing
Issue discovered during OpenSIPS Security Audit 2021,
	by Alfred Farrugia & Sandro Gauci (Enable Security)

GHSA-wxfg-3gwh-rhvx
  • Loading branch information
bogdan-iancu committed Nov 12, 2021
1 parent cb56694 commit ab611f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parser/parse_via.c
Expand Up @@ -1804,7 +1804,6 @@ char* parse_via(char* buffer, char* end, struct via_body *vbody)

case ':':
switch(state){
case F_HOST:
case F_IP6HOST:
state=P_IP6HOST;
break;
Expand Down

0 comments on commit ab611f7

Please sign in to comment.