Mailing List Archive

tftp-hpa 0.29 bug
hi there!

i've found a small bug in tftp-hpa-0.29.
in remap.c, line 149 should read:
memset(r, 0, sizeof *r)
rather than:
memset (r, 0, sizeof r)

it was only clearing the first four bytes of the structure and i was
getting corrupt flags as a result.

cheers.

--
J.F.Carter http://www.jfc.org.uk/