You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2022/10/21 06:27:32 UTC

[GitHub] [incubator-eventmesh] Alonexc opened a new issue, #1693: [Enhancement] Possible null pointer dereference [EventMeshServer]

Alonexc opened a new issue, #1693:
URL: https://github.com/apache/incubator-eventmesh/issues/1693

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Enhancement Request
   
   ![image](https://user-images.githubusercontent.com/91315508/197125104-1e9027cd-ed23-4657-bac2-45a935aed9dc.png)
   located at:
   org/apache/eventmesh/runtime/boot/EventMeshServer.java line 100
   analysis and explanation:
   There is a branch of statement that, if executed, guarantees that a null value will be dereferenced, which would generate a NullPointerException when the code is executed.
   
   ### Describe the solution you'd like
   
   add NPE exception check.
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] Pragalapavithra23 commented on issue #1693: [Enhancement] Possible null pointer dereference [EventMeshServer]

Posted by GitBox <gi...@apache.org>.
Pragalapavithra23 commented on issue #1693:
URL: https://github.com/apache/incubator-eventmesh/issues/1693#issuecomment-1289944952

   @xwm1992 I haven't worked on this type of issue , can you please assign it to me ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] xwm1992 closed issue #1693: [Enhancement] Possible null pointer dereference [EventMeshServer]

Posted by GitBox <gi...@apache.org>.
xwm1992 closed issue #1693: [Enhancement] Possible null pointer dereference [EventMeshServer]
URL: https://github.com/apache/incubator-eventmesh/issues/1693


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org