Переглянути джерело

Add comment for changes and entry to the authors file

Stanislav Putrya 10 роки тому
батько
коміт
86bc8c6a87
2 змінених файлів з 2 додано та 0 видалено
  1. 1 0
      AUTHORS
  2. 1 0
      utils.go

+ 1 - 0
AUTHORS

@@ -35,6 +35,7 @@ Runrioter Wung <runrioter at gmail.com>
 Soroush Pour <me at soroushjp.com>
 Xiaobing Jiang <s7v7nislands at gmail.com>
 Xiuming Chen <cc at cxm.cc>
+Stan Putrya <root.vagner at gmail.com>
 
 # Organizations
 

+ 1 - 0
utils.go

@@ -777,6 +777,7 @@ func skipLengthEncodedString(b []byte) (int, error) {
 
 // returns the number read, whether the value is NULL and the number of bytes read
 func readLengthEncodedInteger(b []byte) (uint64, bool, int) {
+	// See issue #349
 	if len(b) == 0 {
 		return 0, true, 1
 	}