Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk simple_dialog.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: obiot@xxxxxxxxxxxx (Olivier Biot)
Date: Sat, 1 May 2004 17:55:22 -0500 (CDT)
obiot       2004/05/01 17:55:22 CDT

  Modified files:
    gtk                  simple_dialog.c 
  Log:
  The display filter engine can return an error message that is not safe
  when using GTK2 code for rendering the error. In order to correctly
  render the error message, it must be XML escaped.
  
  TODO: track down the remaining places where this XML escaping is
        required, and fix it there too (not sure if they exist though).
  
  Revision  Changes    Path
  1.32      +20 -1     ethereal/gtk/simple_dialog.c