]> granicus.if.org Git - sysstat/commit
Fix #232: Memory corruption bug due to Integer Overflow in remap_struct()
authorSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 2 Sep 2019 13:34:27 +0000 (15:34 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 2 Sep 2019 13:34:27 +0000 (15:34 +0200)
commit83fad9c895d1ac13f76af5883b7451b3302beef5
tree66a2e68079a0fffb9393940648a4cbe1b9c4cb87
parentb3c1378b38db985afd2349a6da727219fadfc695
Fix #232: Memory corruption bug due to Integer Overflow in remap_struct()

Try to avoid integer overflow when reading a corrupted binary datafile
with sadf.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
sa_common.c