Opened 10 years ago
#7790 new Bugs
Length check for destination buffer
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | Cc: | yogen.saini@… |
Description
In file boost/asio/detail/impl/socket_ops.ipp
In case of IPV6, length of dest is not verified while doing strcat at line no:1883 This is required to validate argument length passed by user.
Attached patch is proposed fix for this.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Fix for length validation.