#27459 closed Bug (duplicate)
Tuple index out of bounds when logging
Reported by: | Brandon Chinn | Owned by: | nobody |
---|---|---|---|
Component: | Utilities | Version: | 1.10 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In django.utils.log
, ServerFormatter
indexes into args
without first checking its length when indexing args[1]
, which causes an out of bounds error. One way to reproduce this is to cause a broken pipe error (see django.core.servers.basehttp
line 85).
Change History (2)
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 8 years ago
Component: | Uncategorized → Utilities |
---|---|
Resolution: | fixed → duplicate |
Note:
See TracTickets
for help on using tickets.
Already fixed by #27271