amithbraj

Results 2 issues of amithbraj

Avoid read system call in memif_rx_burst if interface is in poll mode.

If get_list_elt returns NULL element, then code jumps to error label. Here we are trying to access variable 'c' which is NULL. And 'c' would be set only if get_list_elt...