diff options
author | Phil Turnbull <philipturnbull@github.com> | 2017-07-06 10:59:09 -0400 |
---|---|---|
committer | Yuki Izumi <ashe@kivikakk.ee> | 2017-07-11 13:12:57 +1000 |
commit | c07bb95a832d041b8a61b48037a4e7a987314aca (patch) | |
tree | 7dc83e70b2faba108ac8fa07497f3e93b214b1f9 /man/man1/cmark.1 | |
parent | 4b83812e6780e4a58669272a7426f1491711ca8c (diff) |
Use unsigned integer when shifting
A UBSAN warning can be triggered when handling a long sequence of backticks:
src/commonmark.c:98:20: runtime error: left shift of 1 by 31 places cannot be represented in type 'int'
which can be triggered by:
```
| a | b |
| --- | --** `c```````````````````````````````- |
| c | `|d` \| e |
```
Diffstat (limited to 'man/man1/cmark.1')
0 files changed, 0 insertions, 0 deletions