The issue here is `IpMap::contains` is being called on something that is not as 
wide as a `<void*>`. The return value, which is `<void*>`, is written to the 
passed address. If that points at something smaller (such as a enumeration) 
then you can get a memory overrun.

[ Full content available at: https://github.com/apache/trafficserver/pull/4350 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to