bhassani / udpt

Automatically exported from code.google.com/p/udpt
0 stars 0 forks source link

UDPTracker::sendError has a error #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
in the function UDPTracker::sendError there is an error.
for (i = 8;i <= msg_sz;i++)
        {
            buff[i] = msg[i - 8];
        }

it might cause string subscript out of range.

Original issue reported on code.google.com by zhangdon...@gmail.com on 11 Jul 2013 at 7:18

GoogleCodeExporter commented 8 years ago
The program will never exceed the set limit... But this is considered a 
security risk.
Thank you for your report.

Original comment by naim...@gmail.com on 11 Jul 2013 at 9:14

GoogleCodeExporter commented 8 years ago

Original comment by naim...@gmail.com on 15 Aug 2013 at 11:13