yanet-platform / yanet

A high performance framework for forwarding traffic based on DPDK
Other
165 stars 17 forks source link

Avoid usage of deprecated tmpnam function #158

Open ol-imorozko opened 2 months ago

ol-imorozko commented 2 months ago

Linker advises not to use tmpnam: yanet-builder meson compile -C build_autotest shows ":(.text+0x2761): warning: the use of tmpnam is dangerous, better use mkstemp "

Introduce function to get tmp file path based on current time. I.e we went from: "/tmp/filecQmvY8.pcap" to "/tmp/file1712574386700751477.pcap"