Summary: | fix IP address parsing in netgraph eating too many characters | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Markus Stoff <markus> | ||||
Component: | kern | Assignee: | freebsd-net (Nobody) <net> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | Keywords: | needs-qa | ||||
Priority: | --- | Flags: | koobs:
mfc-stable12?
|
||||
Version: | 12.1-RELEASE | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://reviews.freebsd.org/D26489 | ||||||
Attachments: |
|
See also review D26489. The proposed fix has been approved in review D26489. I added #network to the review so that a committer might also have a look and deal with this. ^Triage: D26489 was committed Sep 20 2020. |
Created attachment 217966 [details] 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 '}'.