Source-Changes archive

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

CVS commit: src/libexec/httpd



Module Name:    src
Committed By:   christos
Date:           Sat Dec 12 18:06:58 UTC 2015

Modified Files:
        src/libexec/httpd: bozohttpd.c bozohttpd.h ssl-bozo.c

Log Message:
Introduce bozo_strdup and bozo_asprintf to add error checking and reduce
code duplication.

Note that bozo_strdup is different that bozostrdup; the _ routines exit
loging error to syslog or stderr, whereas the non _ routines send error
responses to the http client.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/libexec/httpd/bozohttpd.c
cvs rdiff -u -r1.39 -r1.40 src/libexec/httpd/bozohttpd.h
cvs rdiff -u -r1.19 -r1.20 src/libexec/httpd/ssl-bozo.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