aboutsummaryrefslogtreecommitdiff
path: root/src/ip_input.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-11Rename insque/remque -> slirp_[ins|rem]queBrett Nash1-5/+5
2021-06-06mbuf: Add debugging helpers for allocationSamuel Thibault1-1/+1
2021-06-06Check that we have the expected room before m_dataSamuel Thibault1-0/+2
2021-05-25src/ip: Fix typos in commentsThomas Huth1-1/+1
2020-12-04Remove some needless (void)castsMarc-André Lureau1-2/+2
2020-07-17ip_stripoptions use memmoveDr. David Alan Gilbert1-1/+1
2020-04-06Fix use-afte-free in ip_reass() (CVE-2020-1983)Marc-André Lureau1-4/+2
2019-08-26ip_reass: Fix use after freeSamuel Thibault1-2/+4
2019-08-01ip_reass: explain why we should not always update the q pointerSamuel Thibault1-5/+4
2019-07-28Fix heap overflow in ip_reass on big packet inputSamuel Thibault1-1/+3
2019-03-22slirp: remove reference to COPYRIGHT fileMarc-André Lureau1-3/+0
2019-03-22slirp: clarify license of slirp files using SPDX: explicit BSDMarc-André Lureau1-0/+1
2019-03-07slirp: move sources to src/ subdirectoryMarc-André Lureau1-0/+462