fixeria has uploaded a new patch set (#2). ( https://gerrit.osmocom.org/c/osmo-pcu/+/31955 )
Change subject: fix pcu_l1if_tx_pch_dt(): use osmo_strlcpy() instead of strcpy() ......................................................................
fix pcu_l1if_tx_pch_dt(): use osmo_strlcpy() instead of strcpy()
strcpy() is an unsafe function, it may overflow the destination buffer.
Change-Id: I04a86c1e00fc0a4066564693f6b563c88bf4e46f Fixes: CID#310961 --- M src/pcu_l1_if.cpp 1 file changed, 13 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/55/31955/2