Skip to content

Commit

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

GHSA-wxfg-3gwh-rhvx
(cherry picked from commit ab611f7)
  • Loading branch information
bogdan-iancu committed Nov 12, 2021
1 parent 1d4e56f commit 6ac9795
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 6ac9795

Please sign in to comment.