Given the following todo file:
{
"DJKASJL": [
{
"text": "dasjlkdajskldjalsjdg: EHHDJAKSS, DKAJSSJ, DNMASNN, JKDAJSKDJD, DAJSLJASJJ, UDIOPSIPD, DJKASJLSJLSL, DJKS",
"state": 0
},
]
}
When I start up clerk with this file, edit the only todo, and press ',' the program crashes in realloc. It seems like a memory corruption/overflow somewhere in the clrk_input code.
Given the following todo file:
{
"DJKASJL": [
{
"text": "dasjlkdajskldjalsjdg: EHHDJAKSS, DKAJSSJ, DNMASNN, JKDAJSKDJD, DAJSLJASJJ, UDIOPSIPD, DJKASJLSJLSL, DJKS",
"state": 0
},
]
}
When I start up clerk with this file, edit the only todo, and press ',' the program crashes in realloc. It seems like a memory corruption/overflow somewhere in the clrk_input code.