Commit Graph

679 Commits

Author SHA1 Message Date
David Crosby
dac68e4d90 Adjust UFclose to remove false positive of CWE-481 2015-08-11 21:59:28 +09:00
David Crosby
14798c25c4 Move sockent for splint 2015-08-11 21:59:28 +09:00
David Crosby
adcc02592c Use unsigned int for max_count 2015-08-11 21:59:27 +09:00
David Crosby
a58671905e Add missing comparision that made if always true 2015-08-11 21:59:27 +09:00
David Crosby
c162b75317 Use fgetc in while loops, use int instead of char 2015-08-11 21:59:27 +09:00
David Crosby
6eb7866442 Adjust len to size_t 2015-08-11 21:59:27 +09:00
David Crosby
426e8b3799 Check return value of rename 2015-08-11 21:59:27 +09:00
David Crosby
fc5b50353e Adjust while loop 2015-08-11 21:59:27 +09:00
David Crosby
b1bf058d2a Check dup call for errors 2015-08-11 21:59:27 +09:00
David Crosby
dd9d2a9752 Remove unused value 2015-08-11 21:59:27 +09:00
David Crosby
73550486ff dup can give a negative value 2015-08-11 21:59:27 +09:00
David Crosby
a00c90930b use int for c 2015-08-11 21:59:27 +09:00
David Crosby
6fe9e524af Initialize new_tabwidth at declaration 2015-08-11 21:59:27 +09:00
David Crosby
d8883d384e Remove overflow on readlink 2015-08-11 21:59:27 +09:00
David Crosby
7e5b33c30e Remove dead assignments flagged by Clang static analysis 2015-08-11 21:59:27 +09:00
David Crosby
2d9d2494fc Move fclose to fix dereference after null check (Coverity) 2015-08-11 21:59:27 +09:00
David Crosby
8c9b27b954 Fix resource leak in AuthDigestCred 2015-08-11 21:59:27 +09:00
David Crosby
2582ffa397 Fix resource leak in readBufferCache 2015-08-11 21:59:27 +09:00
David Crosby
80b38e6bc3 Fix resource leak in load_cookies 2015-08-11 21:59:27 +09:00
David Crosby
4086117d9c Fix resource leak 2015-08-11 21:59:27 +09:00
David Crosby
7187784234 Fix resource leak 2015-08-11 21:59:27 +09:00
David Crosby
3120f496f7 Fix resource leak and a null return value dereference 2015-08-11 21:59:27 +09:00
David Crosby
dba9fe9753 Fix a divide-by-zero 2015-08-11 21:59:27 +09:00
David Crosby
9cbcd21d8d Change total_dot_number to unsigned int 2015-08-11 21:59:26 +09:00
David Crosby
3746ab24c7 Free tmp 2015-08-11 21:59:26 +09:00
David Crosby
192e2bf241 Remove unreachable return 2015-08-11 21:59:26 +09:00
Tatsuya Kinoshita
5b2f39c540 Update ChangeLog 2015-08-10 06:32:02 +09:00
Alan Grow
73ba2d1881 http requests: use Content-Length instead of Content-length 2015-08-10 06:29:55 +09:00
Tatsuya Kinoshita
f406349f54 Update ChangeLog 2015-08-09 07:15:30 +09:00
Egmont Koblinger
b449322c1a Support sgrmouse for skip_escseq
Origin: https://sourceforge.net/p/w3m/patches/65/#e2aa
2015-08-09 06:57:00 +09:00
Egmont Koblinger
7828a64573 Adjust comments for keymaps
Origin: https://sourceforge.net/p/w3m/patches/65/#e2aa
2015-08-09 06:53:38 +09:00
Tatsuya Kinoshita
87a0e6b263 Support sgrmouse for Lynx-like key binding
cf. https://sourceforge.net/p/w3m/patches/65/
2015-08-09 06:42:13 +09:00
IWAMOTO Kouichi
30fdb96f39 Support SGR style mouse handler for menu
cf. https://github.com/tats/w3m/issues/5
Origin: https://gist.github.com/ttdoda/83fbcf676a21da28432b
Bug: https://sourceforge.net/p/w3m/patches/65/
2015-08-09 06:36:25 +09:00
Tatsuya Kinoshita
a558c94a9c Update ChangeLog 2015-08-06 23:15:45 +09:00
Tatsuya Kinoshita
7834d34636 Merge pull request #6 from richq/static-checks
Static checks
2015-08-06 23:09:58 +09:00
Tatsuya Kinoshita
bfd2ee9432 Update ChangeLog 2015-08-05 07:14:24 +09:00
Tatsuya Kinoshita
228c16a8ab Update ChangeLog 2015-08-05 06:39:07 +09:00
IWAMOTO Kouichi
dd054480d7 Fix that SGR style mouse handler has off-by-one problem
cf. https://github.com/tats/w3m/issues/5
Origin: https://gist.github.com/ttdoda/30c189a63d483beeb207
Bug: https://sourceforge.net/p/w3m/patches/65/
2015-08-05 06:35:09 +09:00
Tatsuya Kinoshita
ea4fe13370 Update ChangeLog 2015-07-31 19:21:11 +09:00
Tatsuya Kinoshita
07ccc75d39 Update ChangeLog 2015-07-31 19:14:42 +09:00
Tatsuya Kinoshita
4ef08a017a Update ChangeLog 2015-07-31 19:12:32 +09:00
Tatsuya Kinoshita
ce2f7f56e9 Merge pull request #4 from yshl/goodict.cgi
update Bonus/goodict.cgi
2015-07-31 19:07:31 +09:00
yshl
9e6b2e19aa modified: Bonus/goodict.cgi, update to the current URL 2015-07-28 21:12:51 +09:00
yshl
9a82b18c72 modified: Bonus/goodict.cgi, use Encode.pm instead of NKF 2015-07-28 20:58:02 +09:00
Richard Quirk
91405c0d06 Strnew_charp and co do not modify the char* input 2015-07-25 15:21:33 +02:00
Richard Quirk
913628e0d6 Close temp file if pipe open fails 2015-07-25 15:03:02 +02:00
Richard Quirk
f3c14dfe6b Avoid passing null to strlen 2015-07-25 14:53:22 +02:00
Richard Quirk
1970c42320 Initialise hidden_input to NULL
This prevents a possible use of garbage value on line 3017.
2015-07-25 14:50:04 +02:00
Richard Quirk
34af5c2465 use pclose for pipe 2015-07-25 14:49:57 +02:00
Tatsuya Kinoshita
86ad49c1b0 Update ChangeLog 2015-07-20 17:18:18 +09:00