Closed vl4deee11 closed 3 years ago
https://github.com/zmap/zgrab2/blob/3613392bf090b55df3725896155c9efaf22db435/modules/postgres/connection.go#L146 - in this place try to allocate 4294967292 bytes when sizeToRead == 0
Fix with https://github.com/zmap/zgrab2/pull/289
https://github.com/zmap/zgrab2/blob/3613392bf090b55df3725896155c9efaf22db435/modules/postgres/connection.go#L146 - in this place try to allocate 4294967292 bytes when sizeToRead == 0