RE: [PATCH net v11] tipc: fix NULL deref in tipc_named_node_up() on empty publication list
Tung Quang Nguyen <[email protected]>
| Newsgroups | gmane.linux.network,gmane.network.tipc.general |
|---|---|
| Message-ID | <GV1P189MB19883E37232698C679E7CF5CC6D12@GV1P189MB1988.EURP189.PROD.OUTLOOK.COM> |
>make htmldoc on the testing branch flagged: > >Documentation/networking/tipc:184: ./net/tipc/name_distr.c:261: ERROR: >Unexpected indentation. [docutils] >Documentation/networking/tipc:184: ./net/tipc/name_distr.c:262: WARNING: >Block quote ends without a blank line; unexpected unindent. [docutils] > >+/** >+ * tipc_named_dist_cluster_scope - distribute all publications to >+specified node >+ * @net: the associated network namespace >+ * @dnode: destination node >+ * >+ * Return: >+ * 0 on success >+ * -EINVAL on failure, insert duplicate publication or reach the max >+number of >+ * supported publications > >is it this line ? Yes, it is. I will address this together with sashiko's valid findings.