search for: lwip_igmp

Displaying 3 results from an estimated 3 matches for "lwip_igmp".

2015 Jul 11
0
EXTLINUX - GCC 5
...(error) Uninitialized variable: irec ... [core/fs/xfs/xfs_dir2.c:584]: (error) Uninitialized struct member: irec.br_blockcount Hard to say. Who understands XFS structure ? ----------------------------------------------------------------- Checking core/lwip/src/core/ipv4/igmp.c: LWIP_DEBUG;LWIP_IGMP... [core/lwip/src/core/ipv4/igmp.c:813]: (error) Possible null pointer dereference: igmp Looks like a valid complaint. Will cause SIGSEGV in case of pbuf_alloc() returning 0. Question is whether the macro combination is supposed to be functional. ------------------------------------------------...
2008 Aug 11
0
[PATCH] stubdom: for safety, tell lwip we use the heap in the event handler
...ault@eu.citrix.com> diff -r 11fa26c6c46c extras/mini-os/include/lwipopts.h --- a/extras/mini-os/include/lwipopts.h Mon Aug 11 12:36:57 2008 +0100 +++ b/extras/mini-os/include/lwipopts.h Mon Aug 11 12:45:05 2008 +0100 @@ -15,6 +15,7 @@ #define LWIP_DHCP 1 #define LWIP_COMPAT_SOCKETS 0 #define LWIP_IGMP 1 +#define LWIP_USE_HEAP_FROM_INTERRUPT 1 #define MEMP_NUM_SYS_TIMEOUT 10 #define TCP_SND_BUF 3000 #define TCP_MSS 1500 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2015 Jul 11
3
EXTLINUX - GCC 5
> On Jul 10, 2015 5:29 PM, "poma via Syslinux" <syslinux at zytor.com> wrote: > > > The same as with the ISOLINUX, stable and git. > > Only this time has nothing to do with the menu. > > 1) EXTLINUX is no longer a discrete variant. The installer extlinux now > installs SYSLINUX. > 2) William Kensington already saw a similar behavior wherein an