lingochamp / lingochamp/FileDownloader
数组越界 : ArrayIndexOutOfBoundsException
@rantianhua is already working on this.
Since Dec 2, 2019.
- Dominant language
- Java
- Stars
- 11.1k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
现象:
Caused by: java.lang.ArrayIndexOutOfBoundsException: length=256; index=383
at java.lang.Byte.valueOf(Byte.java:103)
at com.liulishuo.filedownloader.DownloadTaskHunter.c(DownloadTaskHunter.java:293)
at com.liulishuo.filedownloader.FileDownloadMessenger.h(FileDownloadMessenger.java:172)
at com.liulishuo.filedownloader.FileDownloadMessenger.b(FileDownloadMessenger.java:276)
at com.liulishuo.filedownloader.FileDownloadMessageStation$1.run(FileDownloadMessageStation.java:70)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:776)
版本:
'com.liulishuo.filedownloader:library:1.7.6'
影响范围:

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.