Package: libcommoncpp2 / 1.8.1-7

Metadata

Package Version Patches format
libcommoncpp2 1.8.1-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
spelling error in manpage.patch | (download)

inc/cc++/address.h | 4 2 + 2 - 0 !
inc/cc++/file.h | 2 1 + 1 - 0 !
inc/cc++/socket.h | 2 1 + 1 - 0 !
inc/cc++/socketport.h | 2 1 + 1 - 0 !
inc/cc++/unix.h | 2 1 + 1 - 0 !
5 files changed, 6 insertions(+), 6 deletions(-)

 spelling-error-in-manpage

applog inc fcntl.patch | (download)

src/applog.cpp | 11 7 + 4 - 0 !
1 file changed, 7 insertions(+), 4 deletions(-)

 fix gcc-4.7 ftbfs

cleaning_doc.dpatch | (download)

doc/Makefile.in | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

---
fix_ciddr_ftbfs.dpatch | (download)

src/cidr.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
caddr.diff | (download)

inc/cc++/file.h | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

 include <sys/types.h>


inaddr.patch | (download)

src/inaddr.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 libcommoncpp2-dev: crash from buffer overflow
 When using commoncpp2 on 64 bit systems  (as SFLphone does), if gethostbyname
 fails, libcommoncpp2 will cause a buffer overflow by doing an incorrect memset.