aboutsummaryrefslogtreecommitdiffstats
path: root/form.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-12-26Prevent invalid columnPos() call in formUpdateBuffer()Tatsuya Kinoshita1-0/+2
Bug-Debian: https://github.com/tats/w3m/issues/89
2017-08-23form.c: do not gratuitously turn GET into POSTKyle J. McKay1-3/+2
When encountering a <form ...> tag that contains these values: method="get" enctype="multipart/form-data" Do not transform the method into POST to accomodate enctype. Instead behave in the compatible way that all other browsers behave in this instance and ignore the enctype parameter (treating it as the default application/x-www-form-urlencoded) and perform a "GET" just as the method parameter requests. This behavior produces far more compatible results than gratuitously changing the "get" into a "post" which can result in unexpected "405 Method Not Allowed" errors. Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
2016-12-24Preserve one byte for end of string character in form_update_line()Tatsuya Kinoshita1-1/+2
Bug-Debian: https://github.com/tats/w3m/issues/68#issuecomment-266214643
2016-12-24Prevent invalid form_update_line() call in formUpdateBuffer()Tatsuya Kinoshita1-1/+2
Bug-Debian: https://github.com/tats/w3m/issues/82
2016-12-20Revert "Preserve one byte for end of string character in form_update_line()"Tatsuya Kinoshita1-1/+1
This reverts commit a4152aaaea5cb51c9018880a1295e498c38889bf.
2016-12-17Revert "Prevent overflow beyond the end of string in form_update_line()"Tatsuya Kinoshita1-8/+6
This reverts commit 9ccaa1dd0dac6f9b35a649ae9901c225421500f6.
2016-12-17Revert "Prevent overflow beyond the end of string in form_update_line()"Tatsuya Kinoshita1-1/+1
This reverts commit e0efc127ff20cbeb931847af1c9b353056340fbd.
2016-12-15Revert "Prevent overflow beyond the end of string in textfieldrep()"Tatsuya Kinoshita1-2/+0
This reverts commit 77d8d8d6576d8afc0f6b2e09bb88c7ca9dba58bb.
2016-12-13Prevent overflow beyond the end of string in textfieldrep()Tatsuya Kinoshita1-0/+2
Bug-Debian: https://github.com/tats/w3m/issues/79
2016-12-13Preserve one byte for end of string character in form_update_line()Tatsuya Kinoshita1-1/+1
Bug-Debian: https://github.com/tats/w3m/issues/82 cf. https://github.com/tats/w3m/issues/68#issuecomment-266214643
2016-12-10Prevent overflow beyond the end of string in form_update_line()Tatsuya Kinoshita1-1/+1
Bug-Debian: https://github.com/tats/w3m/issues/78
2016-12-08Prevent overflow beyond the end of string in form_update_line()Tatsuya Kinoshita1-6/+8
Bug-Debian: https://github.com/tats/w3m/issues/75
2016-11-07Prevent dereference near-null pointer in formUpdateBufferTatsuya Kinoshita1-1/+2
Bug-Debian: https://github.com/tats/w3m/issues/35
2016-10-08Fix incorrect dereference in formUpdateBuffer when MENU_SELECTTatsuya Kinoshita1-0/+2
cf. https://github.com/tats/w3m/commit/ec9eb22e008a69ea9dc21fdca4b9b836679965ee
2016-10-07Prevent global-buffer-overflow write in formUpdateBufferTatsuya Kinoshita1-1/+3
Bug-Debian: https://github.com/tats/w3m/issues/29
2016-10-07Fix null pointer dereference in formUpdateBufferTatsuya Kinoshita1-0/+2
Bug-Debian: https://github.com/tats/w3m/issues/28
2016-08-29Prevent segfault for formUpdateBufferTatsuya Kinoshita1-2/+2
Bug-Debian: https://github.com/tats/w3m/issues/13#issuecomment-242981906
2016-08-24Prevent segfault for formUpdateBufferTatsuya Kinoshita1-0/+2
Bug-Debian: https://github.com/tats/w3m/issues/22
2016-08-17Prevent segfault for formUpdateBufferTatsuya Kinoshita1-1/+1
Bug-Debian: https://github.com/tats/w3m/issues/13
2016-08-17Prevent negative array index for selectnumber and textareanumberTatsuya Kinoshita1-2/+6
Bug-Debian: https://github.com/tats/w3m/issues/12
2016-08-15Prevent segfault for formUpdateBufferTatsuya Kinoshita1-0/+2
Bug-Debian: https://github.com/tats/w3m/issues/9 Bug-Debian: https://github.com/tats/w3m/issues/10
2013-04-08Support the siteconf featureTatsuya Kinoshita1-17/+12
Patch to support the siteconf feature, from [w3m-dev 04463] on 2012-06-27, provided by AIDA Shinra.
2012-05-19Assume "text" if an input type is unknownTatsuya Kinoshita1-1/+1
Patch from <http://bugs.debian.org/615843> provided by Hilko Bengen.
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