Dan DeLong wrote:
I tried to apply patch squid-2.5.STABLE10-STORE_PENDING.patch due to
the recent news of the potential DoS vulnerability but when I apply
the patch I see the following message:
Hunk #1 succeeded at 250 (offset -1 lines).
patching file src/ftp.c
Hunk #1 FAILED at 369.
The other 10 Hunks of this patch succeeded. Should I be concerned
that this "Hunk" failed ? Does this mean that the patch is bad ?
Usually, in these cases you can simply look at the .rej file, see what
it tried to do, then edit the appropriate file and do the changes
yourself. I've done it a bunch of times, it's usually easy to spot.