Skip to content

cursor/os-compatibility: remove strcpy/strcat usage

Simon Ser requested to merge emersion/wayland:strcpy into main

These functions don't perform bounds checking, so they are easy to misuse and complicate audits.

Signed-off-by: Simon Ser contact@emersion.fr

Merge request reports