laoshanxi

Results 35 issues of laoshanxi

### 1. Introduction This can help setup code scan with [Coverity ](https://scan.coverity.com/)(the best tool for C++ memory issue detect, popular and even used for Linux kernel) when code pushed to...

Golang ``` import ( _ "net/http/pprof" "net/http" ) func main() { go func() { log.Println(http.ListenAndServe("localhost:6060", nil)) }() runApp() } ``` http://localhost:6060/debug/pprof/

```shell #!/bin/bash # List of binaries you want to track BINARIES=() for dir in nfpm_home/lib64 nfpm_home/bin; do if [ -d "$dir" ]; then while IFS= read -r -d '' file;...

the type definition of uid_t/gid_t/useconds_t are different from ACE and libwebsockets, libwebsockets can control useconds_t with LWS_HAVE_SUSECONDS_T, but can not control uid_t/gid_t. any solution? `C:\vcpkg\installed\x64-windows\include\ace\os_include\sys\os_types.h` ``` #if defined (ACE_LACKS_UID_T) typedef...