php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68738 Missing return
Submitted: 2015-01-04 09:53 UTC Modified: 2017-07-23 11:32 UTC
From: bugreports at internot dot info Assigned: kalle (profile)
Status: Closed Package: mbstring related
PHP Version: master-Git-2015-01-04 (Git) OS: Linux Ubuntu 14.04
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bugreports at internot dot info
New email:
PHP Version: OS:

 

 [2015-01-04 09:53 UTC] bugreports at internot dot info
Description:
------------
Hi,

In /ext/mbstring/libmbfl/filters/mbfilter_sjis_2004.c:

in the mbfl_filt_conv_wchar_jis2004() function, nothing is ever returned, despite being defined as an int.


673                }
674        }
675}



That function doesn't seem to ever be used, so it's not a big problem, though.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-07-23 11:32 UTC] kalle@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: kalle
 [2017-07-23 11:32 UTC] kalle@php.net
This seems to already have been fixed a while ago
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 13:01:31 2024 UTC