aboutsummaryrefslogtreecommitdiff
path: root/net/atftp/patches/02-fix-invalid-read-in-tftp_send_request.patch
Commit message (Collapse)AuthorAge
* atftp: update to 0.7.5Rosen Penev2021-12-17
| | | | | | Remove upstreamed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* atftp: fix compilation with glibcRosen Penev2020-12-30
| | | | | | | | It's defining two functions twice for some reason. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* atftp: fix invalid read in tftp_send_request.Daniel Danzberger2015-11-04
This invalid read of 1 byte caused a segfault on some arm platforms. Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>