Corrected an error with the new off-grid DRC check that can cause

a crash condition during GDS read-in.
This commit is contained in:
Tim Edwards 2021-02-16 10:05:59 -05:00
parent f11a718368
commit 48b04385c3
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
8.3.126
8.3.127

View File

@ -647,6 +647,7 @@ void
DRCOffGridError(rect)
Rect *rect; /* Area of error */
{
if (drcSubFunc == NULL) return;
(*drcSubFunc)(DRCErrorDef, rect, &drcOffGridCookie, drcSubClientData);
}