Function call made to an unsafe package GSC-G103
Security
Minor
1 occurrence in this check
Use of unsafe calls should be audited
 93		} else {
 94			s = append(s, []string{k, strconv.FormatUint(uint64(id), 10), "0"})
 95		}
 96		if len(s)*int(unsafe.Sizeof("")) > 4e+6 { 97			if err = w.WriteAll(s); err != nil {
 98				log.Fatal(err)
 99			}