]> granicus.if.org Git - php/commit
- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
authorGustavo André dos Santos Lopes <cataphract@php.net>
Sat, 17 Mar 2012 19:37:30 +0000 (19:37 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Sat, 17 Mar 2012 19:37:30 +0000 (19:37 +0000)
commite132db7a57a6afc53cceec15f19541ec29d8233a
treedebed75a44ff02792fb98cec1e2cfb33597724e4
parenta09349a170bdfae3088fde487333edffbd7948c0
- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
  already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in
  fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition
  for deleting the context was too broad) and so prevents segfaults in new
  circumstances (where the inhibition was not broad enough).
ext/standard/tests/streams/bug61115-1.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug61115-2.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug61371.phpt [new file with mode: 0644]
main/streams/streams.c