Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/dist/ipf/lib



Module Name:    src
Committed By:   christos
Date:           Thu May  7 21:07:34 UTC 2009

Modified Files:
        src/dist/ipf/lib: load_http.c

Log Message:
- prevent buffer overflow from Maksymilian Arciemowicz (worst case was 1041
  characters and we allocated only 1024.
While here:
- use snprintf to prevent this from happening in the future.
- don't close fd twice on error.
- pass unsigned char to ctype.h functions.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/dist/ipf/lib/load_http.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index