Tatsuya Kinoshita
23381a4d35
Update ChangeLog
2016-11-12 23:12:41 +09:00
Tatsuya Kinoshita
f393faf559
Prevent infinite recursion with nested table and textarea
...
Bug-Debian: https://github.com/tats/w3m/issues/20
2016-11-12 22:50:01 +09:00
Tatsuya Kinoshita
fcaef5dfc8
Update ChangeLog
2016-11-09 23:39:23 +09:00
Tatsuya Kinoshita
e458def067
Check indent_level to prevent infinite recursion
...
Bug-Debian: https://github.com/tats/w3m/issues/37
2016-11-09 23:30:32 +09:00
Tatsuya Kinoshita
c7cad08b2c
Update ChangeLog
2016-11-07 21:24:23 +09:00
Tatsuya Kinoshita
ff8510ab95
Prevent infinite recursion in HTMLlineproc0
...
Bug-Debian: https://github.com/tats/w3m/issues/36
2016-11-07 21:14:50 +09:00
Tatsuya Kinoshita
1b123c189c
Update ChangeLog
2016-11-07 20:08:18 +09:00
Tatsuya Kinoshita
f3e0422ef8
Update documents for included w3mdict.cgi
2016-11-07 20:05:42 +09:00
Tatsuya Kinoshita
1e55f0673a
Update ChangeLog
2016-11-07 19:37:06 +09:00
Tatsuya Kinoshita
27b0e9d449
Merge pull request #34 from 0-wiz-0/master
...
Fix suspend (^Z) behavior.
2016-11-07 19:32:29 +09:00
Tatsuya Kinoshita
e2c7ecec6f
Prevent dereference near-null pointer in formUpdateBuffer
...
Bug-Debian: https://github.com/tats/w3m/issues/35
2016-11-07 19:21:22 +09:00
Tatsuya Kinoshita
af592aa5f1
Prevent crash after allocate string of negative size
...
Bug-Debian: https://github.com/tats/w3m/issues/33
2016-11-07 19:02:42 +09:00
ITOH Yasufumi
73d015d4bb
Fix suspend (^Z) behavior.
...
Suspend the job w3m belongs to, not w3m only.
Signed-off-by: Thomas Klausner <wiz@NetBSD.org >
2016-11-06 20:29:04 +01:00
Tatsuya Kinoshita
216722ed72
Prevent memory exhausted due to repeat appending "</table>"
...
Bug-Debian: https://github.com/tats/w3m/issues/23
2016-11-07 01:25:49 +09:00
Tatsuya Kinoshita
c6c39973e7
Prevent null pointer dereference in HTMLlineproc2body
...
Bug-Debian: https://github.com/tats/w3m/issues/32
2016-11-07 00:35:42 +09:00
Tatsuya Kinoshita
5cf75248f5
Update ChangeLog
2016-10-31 20:28:45 +09:00
Tatsuya Kinoshita
6f1454580d
Revert "Treat table height as int instead of short"
...
This reverts commit 0c9aebb26a
.
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842623
2016-10-31 20:22:26 +09:00
Tatsuya Kinoshita
fa331bc701
Update ChangeLog
2016-10-30 17:52:15 +09:00
Tatsuya Kinoshita
8cf0496c1a
Update NEWS
2016-10-30 17:43:04 +09:00
Tatsuya Kinoshita
1b107c0dbc
Set use_dictcommand to 1 by default
2016-10-30 17:42:18 +09:00
Tatsuya Kinoshita
9089f252b7
Add w3mdict.cgi to LIB_TARGETS
2016-10-30 17:33:19 +09:00
Tatsuya Kinoshita
02e8453b9f
Typo fix for USE_DICT
2016-10-30 16:48:30 +09:00
Boruch Baum
d831d7dcb2
Add w3mdict.cgi to use a dictd dictionary query
...
Bug-Debian: https://github.com/tats/w3m/issues/30
2016-10-30 16:03:04 +09:00
Tatsuya Kinoshita
065461d949
Update ChangeLog
2016-10-09 06:06:02 +09:00
Tatsuya Kinoshita
22d29c3d11
Fix incorrect dereference in formUpdateBuffer when MENU_SELECT
...
cf. ec9eb22e00
2016-10-09 06:01:37 +09:00
Tatsuya Kinoshita
a42f6c452c
Update ChangeLog
2016-10-08 10:37:07 +09:00
Tatsuya Kinoshita
0c9aebb26a
Treat table height as int instead of short
...
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838952
2016-10-08 10:27:41 +09:00
Tatsuya Kinoshita
d01de738f5
Prevent global-buffer-overflow write in formUpdateBuffer
...
Bug-Debian: https://github.com/tats/w3m/issues/29
2016-10-08 07:06:12 +09:00
Tatsuya Kinoshita
ec9eb22e00
Fix null pointer dereference in formUpdateBuffer
...
Bug-Debian: https://github.com/tats/w3m/issues/28
2016-10-08 06:39:47 +09:00
Tatsuya Kinoshita
c92724e842
Update ChangeLog
2016-09-02 23:03:56 +09:00
Tatsuya Kinoshita
d43527cfa0
Merge pull request #27 from kcwu/fix-strgrow
...
Fix potential heap buffer corruption due to Strgrow
2016-09-02 23:01:37 +09:00
Kuang-che Wu
c95a43dc92
Fix potential heap buffer corruption due to Strgrow
...
If Str.length = 5 and area_size = 6, the result of Strgrow is still
area_size = 6. For such case, Strcat_char and Strinsert_char will
overflow one byte.
2016-08-30 09:39:53 +08:00
Tatsuya Kinoshita
e79a099442
Update ChangeLog
2016-08-29 19:30:47 +09:00
Tatsuya Kinoshita
4e464819dd
Prevent segfault due to buffer overflows in addMultirowsForm
...
Bug-Debian: https://github.com/tats/w3m/issues/21
Bug-Debian: https://github.com/tats/w3m/issues/26
2016-08-29 19:29:19 +09:00
Tatsuya Kinoshita
7b88478227
Prevent segfault for formUpdateBuffer
...
Bug-Debian: https://github.com/tats/w3m/issues/13#issuecomment-242981906
2016-08-29 19:29:19 +09:00
Tatsuya Kinoshita
6445eb8378
Update ChangeLog
2016-08-24 19:07:22 +09:00
Tatsuya Kinoshita
a625766382
Prevent segfault with malformed table_alt
...
Bug-Debian: https://github.com/tats/w3m/issues/24
2016-08-24 19:05:58 +09:00
Tatsuya Kinoshita
4a8d16fc8d
Prevent segfault for formUpdateBuffer
...
Bug-Debian: https://github.com/tats/w3m/issues/22
2016-08-24 19:05:58 +09:00
Tatsuya Kinoshita
b910f0966d
Truncate max_width for renderTable
...
Bug-Debian: https://github.com/tats/w3m/issues/25
2016-08-24 19:05:58 +09:00
Tatsuya Kinoshita
1200eccfa8
Update ChangeLog
2016-08-20 17:34:46 +09:00
Tatsuya Kinoshita
33509cc81e
Fix uninitialised values for <i> and <dd>
...
Bug-Debian: https://github.com/tats/w3m/issues/16
2016-08-20 07:12:41 +09:00
Tatsuya Kinoshita
6612318232
Revert "Fix uninitialised values for <i> and <dd>"
...
This reverts commit 0fba2f1a6e
.
cf. 0fba2f1a6e (commitcomment-18703355)
2016-08-20 06:57:56 +09:00
Tatsuya Kinoshita
b1f689efb1
Update ChangeLog
2016-08-19 19:06:59 +09:00
Tatsuya Kinoshita
0fba2f1a6e
Fix uninitialised values for <i> and <dd>
...
Bug-Debian: https://github.com/tats/w3m/issues/16
2016-08-19 19:05:25 +09:00
Tatsuya Kinoshita
1b1803e9f8
Update ChangeLog
2016-08-18 19:41:53 +09:00
Kuang-che Wu
67a3db378f
Fix table rowspan and colspan
...
Origin: https://github.com/tats/w3m/pull/19
Bug-Debian: https://github.com/tats/w3m/issues/8
2016-08-18 19:35:41 +09:00
Tatsuya Kinoshita
010b68580d
Prevent segfault with malformed input_alt
...
Bug-Debian: https://github.com/tats/w3m/issues/18
2016-08-18 19:26:58 +09:00
Tatsuya Kinoshita
67be73b03a
Prevent segfault with incorrect button type
...
Bug-Debian: https://github.com/tats/w3m/issues/17
2016-08-18 00:21:08 +09:00
Tatsuya Kinoshita
3d4eeda9ec
Prevent segfault with incorrect form_int fid
...
Bug-Debian: https://github.com/tats/w3m/issues/15
2016-08-17 23:47:44 +09:00
Tatsuya Kinoshita
9cf6926c5d
Prevent segfault when iso2022 parsing
...
Bug-Debian: https://github.com/tats/w3m/issues/14
2016-08-17 21:34:55 +09:00