wankai123 opened a new pull request #7611: URL: https://github.com/apache/skywalking/pull/7611
### Fix `ZookeeperConfigWatcherRegister.readConfig()` could cause `NPE` when `data.getData()` is null - [ ] Add a unit test to verify that the fix works. - [X] Explain briefly why the bug exists and how to fix it. - [ ] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #<issue number>. - [X] Update the [`CHANGES` log](https://github.com/apache/skywalking/blob/master/CHANGES.md). `new String(data.getData())` could cause NPE, when clear data bytes or set data byte[] null. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
