intel / openlldp

Other
54 stars 42 forks source link

Manpage fixes #65

Closed apconole closed 3 years ago

fabrizio8 commented 3 years ago

Tested autoconf changes:

# ./configure --enable-ubsan --enable-asan
...
checking checking for ubsan... yes
checking for gcc support of -fsanitize=undefined... yes
checking for gcc support of -fsanitize=undefined... yes
checking checking for asan... yes
checking for gcc support of -fsanitize=address... yes
checking for gcc support of -fsanitize=address... yes
...

make check passes as well.

Rest of changes LGTM.

apconole commented 3 years ago

Thank you for the review Fabrizio - I will merge.