This is the mail archive of the ecos-cvs@sourceware.org mailing list for the ecos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ecos-opt/net/net/lwip_tcpip/current ChangeLog ...


CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2005-11-07 16:33:15

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/include/lwip: tcp.h 
	net/net/lwip_tcpip/current/src/core: tcp_in.c 
	net/net/lwip_tcpip/current/src/ecos: init.c 
	net/net/lwip_tcpip/current/tests: nc_test_slave.c socket.c 

Log message:
	* src/core/tcp_in.c: pbuf_free() assert triggered by
	NULLified inseg.p
	* include/lwip/tcp.h Do no longer try to free pbuf
	when TCP_EVENT_RECV() is called without a callback
	handler, and without packet.
	* tests/nc_test_slave.c Fixed test_printf and diag_printf
	format strings that caused errors or warnings.
	* tests/nc_test_slave.c Included <lwip/inet.h> - required
	for compilation
	* src/ecos/init.c Added structs ip_addr ipaddr, netmask and gw
	in lwip_init() if loop interface is used


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]