aboutsummaryrefslogtreecommitdiffstats
path: root/form.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-26Prevent invalid columnPos() call in formUpdateBuffer()Tatsuya Kinoshita1-0/+2
2017-08-23form.c: do not gratuitously turn GET into POSTKyle J. McKay1-3/+2
2016-12-24Preserve one byte for end of string character in form_update_line()Tatsuya Kinoshita1-1/+2
2016-12-24Prevent invalid form_update_line() call in formUpdateBuffer()Tatsuya Kinoshita1-1/+2
2016-12-20Revert "Preserve one byte for end of string character in form_update_line()"Tatsuya Kinoshita1-1/+1
2016-12-17Revert "Prevent overflow beyond the end of string in form_update_line()"Tatsuya Kinoshita1-8/+6
2016-12-17Revert "Prevent overflow beyond the end of string in form_update_line()"Tatsuya Kinoshita1-1/+1
2016-12-15Revert "Prevent overflow beyond the end of string in textfieldrep()"Tatsuya Kinoshita1-2/+0
2016-12-13Prevent overflow beyond the end of string in textfieldrep()Tatsuya Kinoshita1-0/+2
2016-12-13Preserve one byte for end of string character in form_update_line()Tatsuya Kinoshita1-1/+1
2016-12-10Prevent overflow beyond the end of string in form_update_line()Tatsuya Kinoshita1-1/+1
2016-12-08Prevent overflow beyond the end of string in form_update_line()Tatsuya Kinoshita1-6/+8
2016-11-07Prevent dereference near-null pointer in formUpdateBufferTatsuya Kinoshita1-1/+2
2016-10-08Fix incorrect dereference in formUpdateBuffer when MENU_SELECTTatsuya Kinoshita1-0/+2
2016-10-07Prevent global-buffer-overflow write in formUpdateBufferTatsuya Kinoshita1-1/+3
2016-10-07Fix null pointer dereference in formUpdateBufferTatsuya Kinoshita1-0/+2
2016-08-29Prevent segfault for formUpdateBufferTatsuya Kinoshita1-2/+2
2016-08-24Prevent segfault for formUpdateBufferTatsuya Kinoshita1-0/+2
2016-08-17Prevent segfault for formUpdateBufferTatsuya Kinoshita1-1/+1
2016-08-17Prevent negative array index for selectnumber and textareanumberTatsuya Kinoshita1-2/+6
2016-08-15Prevent segfault for formUpdateBufferTatsuya Kinoshita1-0/+2
2013-04-08Support the siteconf featureTatsuya Kinoshita1-17/+12
2012-05-19Assume "text" if an input type is unknownTatsuya Kinoshita1-1/+1
2011-05-04Adding upstream version 0.5.3upstream/0.5.3Tatsuya Kinoshita1-1/+2
2011-05-04Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita1-0/+1055