veles icon indicating copy to clipboard operation
veles copied to clipboard

Segfault - out of bounds chunk creation

Open psrok1 opened this issue 6 years ago • 0 comments

Values in "Create chunk" window are validated using original file bounds. After truncating file using hexedit functionality, Veles allows to set new chunk on deleted region.

If you try to save contents of that region - you'll got exception:

terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
Aborted (core dumped)

psrok1 avatar May 16 '18 11:05 psrok1