stephenfewer / grinder

Grinder is a system to automate the fuzzing of web browsers and the management of a large number of crashes.
BSD 3-Clause "New" or "Revised" License
414 stars 131 forks source link

crashes.note field created with NOT NULL but not being used in INSERT #70

Open maycon-zz opened 7 years ago

maycon-zz commented 7 years ago

I saw the issue https://github.com/stephenfewer/grinder/issues/41, but in my case I got a 404 error.

I gave a look on the code, and in my case it seems that the problem is the table crashes has a field note with NOT NULL, and the INSERT query in status.php don't provide this field.

I've solved it removing the NOT NULL, but I think @stephenfewer can provide a better solution.

Best regards.