diff options
author | Vincent JARDIN <vincent.jardin@6wind.com> | 2017-10-09 13:07:50 +0200 |
---|---|---|
committer | Vincent JARDIN <vincent.jardin@6wind.com> | 2017-10-09 13:07:50 +0200 |
commit | d9ced40ab7bba90bbac0a5c1b8dca3bd741c845d (patch) | |
tree | 9664cc72271c2d44f89f52d8fac50af6f8e21fe7 /ospf6d | |
parent | lib: fix NULL->field_len access (diff) | |
download | frr-d9ced40ab7bba90bbac0a5c1b8dca3bd741c845d.tar.xz frr-d9ced40ab7bba90bbac0a5c1b8dca3bd741c845d.zip |
lib: fix wrong warning from clang
The compiler cannot guess that rise() will not return here.
One should help.
Warning:
Access to field 'file' results in a dereference of a null pointer
(loaded from variable 'error')
aka error->file while error is NULL.
Signed-off-by: Vincent Jardin <vincent.jardin@6wind.com>
Diffstat (limited to 'ospf6d')
0 files changed, 0 insertions, 0 deletions