...
Code Block | ||
---|---|---|
| ||
char *buf; intsize_t len = 1 << 1<<3030; /* ... */ if (buf + len < buf) { /* length check */ /* perform some manipulation on len */ } |
...
...
Code Block | ||
---|---|---|
| ||
char *buf; intsize_t len = 1 << 1<<3030; /* ... */ if (buf + len < buf) { /* length check */ /* perform some manipulation on len */ } |
...