Fix: incorrect parenthesis in cds_hlist_for_each_entry_safe_2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 29 Apr 2014 20:01:57 +0000 (22:01 +0200)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 29 Apr 2014 20:01:57 +0000 (22:01 +0200)
commit79efd9b350e07a499b3620ddde4860b8378fcf00
tree66a5eda7c8c3c3e420f52a03a2546b969775e7ee
parent81dd9134333f1c00117cf5addd2f193b89998201
Fix: incorrect parenthesis in cds_hlist_for_each_entry_safe_2

commit db903109f0031c831e8fdc95cb7197996e53f46d introduced a regression
in cds_hlist_for_each_entry_safe_2(): incorrect parenthesis assign "e"
to 1, rather than assign "e" to the next pointer, and evaluating the
expression to 1 (comma expression).

Reported-by: Daniel Thibault <Daniel.Thibault@drdc-rddc.gc.ca>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu/hlist.h
This page took 0.025427 seconds and 4 git commands to generate.