1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-19 17:59:19 +03:00
Files
SoftEtherVPN/src
Davide Beatrici 5d73cd878f Proto_OpenVPN.c: improve OvsProcessData(), fix out-of-bounds access found by Coverity
Coverity Scan detected an out-of-bounds access issue: OvsProcessData() checked whether the payload size was bigger than the size of the buffer, instead of checking whether the entire packet size (payload size + 2 bytes) was, resulting in an out-of-bounds access in case the payload size is bigger than 1998.

This commit also improves the variable names, the comments and adds two Debug() lines.
2019-10-27 09:01:56 +01:00
..
2019-05-29 19:37:29 +09:00
2014-01-04 22:00:08 +09:00
2019-07-10 12:45:14 +05:00
2019-08-15 13:03:14 -03:00
2018-06-09 19:57:45 +02:00
2018-05-16 23:47:10 +02:00