[sheepdog] [PATCH] sheep: fix a bug of segment fault caused by unintialized list_head

Liu Yuan namei.unix at gmail.com
Tue Jun 26 15:46:03 CEST 2012


On 06/26/2012 05:27 PM, levin li wrote:
> client_info.conn.blocking_siblings is initialized with INIT_LIST_HEAD, but
> we check whether it's empty as a list head in client_handler, with
> an uninitialized list_head, it may not empty, so list_del gives a
> segment fault.

Applied, thanks.

Yuan




More information about the sheepdog mailing list