Peng Li

Results 5 issues of Peng Li

Based on @inferno-chromium's confirmation, submit this PR

cla: no

Hi There I read the code in data_handler.py, and found the following potential issue, can you please confirm? https://github.com/google/clusterfuzz/blob/master/src/python/datastore/data_handler.py#L639 metadata = data_types.TestcaseUploadMetadata.query( data_types.TestcaseUploadMetadata.testcase_id == testcase_id).get() The query "data_types.TestcaseUploadMetadata.testcase_id == **testcase_id**"...

Hi There Do you provide any ways to acquire messages other than callback function in PushConsumer. Thanks Peng

help wanted

### Describe the issue This post includes some problems in a closed ticket [[1886](https://github.com/google/googletest/issues/1886)], I found part of them did not get fixed properly. Can you please check them and...

priority: p2

Hi There I found there exist some incomplete or unsupported functions in klee-uclibc during my testing with KLEE, I created a simple patch based on current klee-uclibc repo, please check....