ravthan / all-eyes

Automatically exported from code.google.com/p/all-eyes
0 stars 0 forks source link

Lengthier static arrays are assigned than necessary, correct them #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Static buffer length are longer than needed.  This has two issues:  some of the 
bugs may be hiding since the memory available is more and memory corruption 
goes nu-noticied.
Secondly, it is a security risk since a hacker can hide data in the extra space 
of the buffer,
ravi.

Original issue reported on code.google.com by ravt...@gmail.com on 30 Oct 2012 at 7:00

GoogleCodeExporter commented 8 years ago

Original comment by ravt...@gmail.com on 30 Oct 2012 at 7:01

GoogleCodeExporter commented 8 years ago

Original comment by ravt...@gmail.com on 30 Oct 2012 at 7:01

GoogleCodeExporter commented 8 years ago

All the buffers are zeroed out and hence it is not a security issue.  So, 
Marking it fixed,
ravi.

Original comment by ravt...@gmail.com on 14 Nov 2012 at 3:25

GoogleCodeExporter commented 8 years ago
Verified with unit testing

Original comment by tbrt....@gmail.com on 9 Dec 2012 at 9:24