You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function get_device_name has a critical issue. The line *result = prop.name; is incorrect because prop.name is a character array, and assigning it directly to a pointer without proper memory allocation will cause issues.