The reason the patch you posted has a '-' sign in front of it is that when the patch is applied to hydra-http-form.c then 'free(updvariables);' is deleted from that file. In this case, in order to apply the patch try:
Once applied you'll notice that hydra-http-form.c no longer contains the lines 'free(updvariables);'.Code:# patch -p0 < hydra-http-form.patch
For further clarrification, if a patch contains a '+' in it then that means you're adding a line to the file(s) being patched.


