xq840622
xq840622
When using couchdb, Json is stored alphabetically, while golang "encoding/json" orders json by struct-field order. There could be an error when user invoke/query peer with both couchdb-peer and leveldb-peer. The...
Relpath of "META-INF/xxx" could be longer than folderpath, then filepath will be incomplete.
ttysize structure has long been obsolete, the ioctl for ttysize was unsupported by kernel 2.6.16, change windowSize to winsize. windowSize struct is 32bit but winsize is 64bit, which will cause...
If a return statement is included within the finally block, it will prematurely terminate the function, causing the Exception not to be caught.