Commit 677ca9c
committed
bug #44502 [HttpFoundation] do not call preg_match() on null (xabbuh)
This PR was merged into the 4.4 branch.
Discussion
----------
[HttpFoundation] do not call preg_match() on null
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix #44498
| License | MIT
| Doc PR |
Commits
-------
47298dc do not call preg_match() on nullFile tree
2 files changed
+9
-4
lines changed- src/Symfony/Component/HttpFoundation
- Tests
2 files changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1502 | 1502 | | |
1503 | 1503 | | |
1504 | 1504 | | |
1505 | | - | |
| 1505 | + | |
1506 | 1506 | | |
1507 | 1507 | | |
1508 | 1508 | | |
| |||
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2230 | 2230 | | |
2231 | 2231 | | |
2232 | 2232 | | |
2233 | | - | |
| 2233 | + | |
| 2234 | + | |
| 2235 | + | |
| 2236 | + | |
2234 | 2237 | | |
2235 | 2238 | | |
2236 | 2239 | | |
2237 | 2240 | | |
2238 | 2241 | | |
2239 | 2242 | | |
2240 | 2243 | | |
2241 | | - | |
| 2244 | + | |
| 2245 | + | |
2242 | 2246 | | |
2243 | | - | |
| 2247 | + | |
| 2248 | + | |
2244 | 2249 | | |
2245 | 2250 | | |
2246 | 2251 | | |
| |||
0 commit comments