Comment 8 for bug 1872560

Revision history for this message
Marc Deslauriers (mdeslaur) wrote :

Hi,

What release did you use to reproduce this? I tried reproducing it in Ubuntu 18.04 LTS, but whoopsie parses the file without segfaulting.

I tried both

$ python -c "print('A' * 0xFFFFFFFF + ' : ' + 'B')" > /var/crash/fake.crash

and

$ python -c "print('A' * 0xFFFFFFFE + ' : ' + 'B')" > /var/crash/fake.crash

Could you give a bit more details on how to reproduce this? Thanks!