]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: fix some dicey pointer arith in snmp module
authorMark Stapp <mjs@labn.net>
Thu, 21 Sep 2023 14:46:02 +0000 (10:46 -0400)
committerMark Stapp <mjs@labn.net>
Thu, 21 Sep 2023 14:46:02 +0000 (10:46 -0400)
commit438ef98701e9922e81a451f87ad053268a1a557e
treef47a6292ba44d850c65ee05102c72bd8731ca615
parent4d64badc5b7a875d15a68585e7da8ecaf567d629
ospfd: fix some dicey pointer arith in snmp module

Coverity reports some uses of 'oid *' as if they were 'char *';
try to correct that.

Signed-off-by: Mark Stapp <mjs@labn.net>
ospfd/ospf_snmp.c