Commit Graph

338 Commits

Author SHA1 Message Date
Tatsuya Kinoshita 5f90adc736 Update ChangeLog 2015-09-06 21:56:57 +09:00
Tatsuya Kinoshita a1368c5793 Do not use C99-style comments 2015-09-06 21:54:28 +09:00
David Crosby aaa4ef6a72 Mitigate issue #16 found by @kcwu 2015-09-06 21:17:36 +09:00
David Crosby 85fe990642 Fix stack overflow found by @kcwu 2015-09-06 20:58:20 +09:00
Tatsuya Kinoshita 5d4d27af7f Update ChangeLog 2015-08-21 19:16:15 +09:00
Tatsuya Kinoshita de6bc007d2 Fix unknown key in keymap.lynx
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/265144
Bug: https://sourceforge.net/p/w3m/bugs/48/
2015-08-21 19:11:41 +09:00
Tatsuya Kinoshita 7b9b097dec Update ChangeLog 2015-08-11 22:06:54 +09:00
Tatsuya Kinoshita af52480aab Merge branch 'bug/sw3m' 2015-08-11 22:05:46 +09:00
David Crosby 66036b0db6 Check for presence of prevl before using 2015-08-11 21:59:28 +09:00
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