[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-bug: [Bug 845380] Re: text-find in gschem has unpredictable results if invisible text is found
A commit was made which affects this bug
git master commit 182110f690c51eb53ea1799fd022e87322d742e3
http://git.gpleda.org/?p=gaf.git;a=commit;h=182110f690c51eb53ea1799fd022e87322d742e3
commit 182110f690c51eb53ea1799fd022e87322d742e3
Author: Dima Kogan <dima@xxxxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>
gschem: Move variables closer to where they are used, for clarity
Signed-off-by: Dima Kogan <dima@xxxxxxxxxxxxxxx>
Reviewed-by: Peter TB Brett <peter@xxxxxxxxxxxxx>
Affects-bug: lp-845380
--
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:
Fix Committed
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