Commit e0e5e83
committed
bug symfony#28512 [DI] fix infinite loop involving self-references in decorated services (nicolas-grekas)
This PR was merged into the 3.4 branch.
Discussion
----------
[DI] fix infinite loop involving self-references in decorated services
| Q | A
| ------------- | ---
| Branch? | 3.4
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | symfony#28510
| License | MIT
| Doc PR | -
Commits
-------
20f27f9 [DI] fix infinite loop involving self-references in decorated servicesFile tree
2 files changed
+18
-0
lines changed- src/Symfony/Component/DependencyInjection
- Compiler
- Tests
2 files changed
+18
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1479 | 1479 | | |
1480 | 1480 | | |
1481 | 1481 | | |
| 1482 | + | |
| 1483 | + | |
| 1484 | + | |
| 1485 | + | |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
1482 | 1498 | | |
1483 | 1499 | | |
1484 | 1500 | | |
| |||
0 commit comments