- Notifications
You must be signed in to change notification settings - Fork5
Commitd665162
committed
Don't try to use a constraint name as domain name
The bug that caused this to be discovered is that the code was trying todereference a NULL or ill-defined pointer, as reported by Michael Mueller;but what it was doing was wrong anyway, per Heikki.This patch is Heikki's suggested fix.1 parent9f08452 commitd665162
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2096 | 2096 |
| |
2097 | 2097 |
| |
2098 | 2098 |
| |
2099 |
| - | |
| 2099 | + | |
2100 | 2100 |
| |
2101 | 2101 |
| |
2102 | 2102 |
| |
2103 | 2103 |
| |
2104 | 2104 |
| |
2105 |
| - | |
| 2105 | + | |
2106 | 2106 |
| |
2107 | 2107 |
| |
2108 | 2108 |
| |
|
0 commit comments
Comments
(0)