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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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: Thu Apr 18 08:02:42 2024 UTC