1
0
Fork 0
mirror of https://gitlab.com/SIGBUS/nyaa.git synced 2024-06-26 18:57:36 +00:00
nyaa/nyaa
queue b1d187613a bencode: fix nontermination on empty or malformed input
read(1) returns b'' on EOF, which wasn't checked for in a couple cases,
which could cause empty/truncated input to enter one of the `while True`
loops without hope of exit. programming is hard.
2017-07-24 20:53:48 -06:00
..
static Fix broken comment CSS 2017-07-08 20:03:14 -05:00
templates upload page: use alerts, add alert about rules (#304) 2017-07-24 16:46:39 +03:00
__init__.py set noqa to ignore a single error 2017-06-08 04:14:04 +03:00
api_handler.py Lint 2017-06-07 19:38:19 +03:00
backend.py fix race condition? 2017-05-23 15:18:17 +02:00
bencode.py bencode: fix nontermination on empty or malformed input 2017-07-24 20:53:48 -06:00
fix_paginate.py Optimize MySQL COUNT queries and pagination 2017-05-29 18:27:34 +03:00
forms.py Admin Log 2.0 (#283) 2017-07-04 23:13:59 -05:00
models.py Fix banned display on selection box 2017-07-16 14:19:20 -04:00
routes.py Update torrent download route headers (#298) 2017-07-20 11:00:20 +03:00
search.py [ES Schema change] Multi-field search display_name to match words over ngram limit 2017-06-05 17:29:00 +03:00
torrents.py Resolves #129 and refactored create magnet es naming 2017-05-24 23:19:08 -07:00
utils.py Fix RFC822 filters + More tests (#257) 2017-07-07 16:14:37 -05:00