Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2020 05:59:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 249327] IP address parsing in netgraph eats to many characters
Message-ID:  <bug-249327-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249327

            Bug ID: 249327
           Summary: IP address parsing in netgraph eats to many characters
           Product: Base System
           Version: 12.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: markus@stoffdv.at

Created attachment 217966
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=217966&action=edit
Suggested fix for ng_parse.c

The IP address parse type in ng_parse.c eats one character to much on the
input.

Example:

Given '{ inet=10.0.0.1 }', after the IP address has been parsed the next
character on the input should be the space (' '), but instead it is the closing
curly brace '}'.

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249327-227>