[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-bug: [Bug 845380] [NEW] text-find in gschem has unpredictable results if invisible text is found



Public bug reported:

When doing "Find specific text" in gschem, if a hidden text string
matches, gschem produces unpredictable behavior. This is because it acts
on uninitialized data (world_get_single_object_bounds() does nothing
since the text is hidden, but its output is used anyway). Patches
attached.

** Affects: geda
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of gEDA Bug
Team, which is subscribed to gEDA.
https://bugs.launchpad.net/bugs/845380

Title:
  text-find in gschem has unpredictable results if invisible text is
  found

Status in GPL Electronic Design Automation tools:
  New

Bug description:
  When doing "Find specific text" in gschem, if a hidden text string
  matches, gschem produces unpredictable behavior. This is because it
  acts on uninitialized data (world_get_single_object_bounds() does
  nothing since the text is hidden, but its output is used anyway).
  Patches attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/geda/+bug/845380/+subscriptions


_______________________________________________
geda-bug mailing list
geda-bug@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-bug