Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-28 | Break circular dependency on u-root | Chris Koch | |
u-root -> dhcp -> u-root is the circular dependency. Which is fine, except we messed up modules in u-root big time. We need to break the circular dep for now. Signed-off-by: Chris Koch <chrisko@google.com> | |||
2020-06-20 | dhcpv4: Fix a panic in parsing of route options | Anatole Denis | |
When parsing a route option with a mask size >32, there would be a panic at option_routes.go:47 as user-supplied data is used without verification for a slice bound, causing a read of masksize/8, whic is possibly >4 bytes. Instead reject the invalid route Signed-off-by: Anatole Denis <natolumin@unverle.fr> | |||
2019-04-04 | dhcpv4: add RFC3442 route options | Christopher Koch | |
Signed-off-by: Christopher Koch <chrisko@google.com> |