« Previous | Next » 

Revision 5847d9e1

ID5847d9e1399d3497be8eeca6f3a20a18a40b114b

Added by Jim Meyering over 11 years ago

ui/vnc: simplify and avoid strncpy

Don't bother with strncpy. There's no need for its zero-fill.
Use g_strndup in place of g_malloc+strncpy+NUL-terminate.

Reviewed-by: Peter Maydell <>
Signed-off-by: Jim Meyering <>
Signed-off-by: Anthony Liguori <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences