Back

789

Source: cwe.mitre.org

Published:

<p>Consider the following code, which accepts an untrusted size value and allocates a buffer to contain a string of the given size.</p> <p>Suppose an attacker provides a size value of:</p> <p>This will cause 305,419,896 bytes (over 291 megabytes) to be allocated for the string.</p> <p>Consider the f

Read original article

Loading article...

Article not found