]> 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)
commitef19fba2d59bc0e7875342d01cd513ae7f4c5d5e
tree058d63e2ffa0852058cc8a0ee2348e752f58d026
parenta07759a01354b88a5807a023127da81dc1bc5ac9
- 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).
NEWS
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