Skip to content

Commit 86bc8c6

Browse files
author
Stanislav Putrya
committed
Add comment for changes and entry to the authors file
1 parent 9d0de87 commit 86bc8c6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Runrioter Wung <runrioter at gmail.com>
3535
Soroush Pour <me at soroushjp.com>
3636
Xiaobing Jiang <s7v7nislands at gmail.com>
3737
Xiuming Chen <cc at cxm.cc>
38+
Stan Putrya <root.vagner at gmail.com>
3839

3940
# Organizations
4041

utils.go

+1
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,7 @@ func skipLengthEncodedString(b []byte) (int, error) {
777777

778778
// returns the number read, whether the value is NULL and the number of bytes read
779779
func readLengthEncodedInteger(b []byte) (uint64, bool, int) {
780+
// See issue #349
780781
if len(b) == 0 {
781782
return 0, true, 1
782783
}

0 commit comments

Comments
 (0)