CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/03 03:51:38
Modified files:
usr.sbin/ospf6d: lsreq.c lsupdate.c ospfe.c packet.c
Log message:
Use ibuf_data() instead of direct access to ibuf->buf,
use ibuf_size() instead of direct access to ibuf->wpos,
use ibuf_left() in places where the code checks if there is enough
space left in the ibuf.
OK tb@
