Buffer bounds problem with logging-winston (maybe logging generally) on node v22.7 #850
Labels
api: logging
Issues related to the googleapis/nodejs-logging-winston API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The google cloud sdk image we are using runs the latest version of node, it appears there is an issue with logging on this version of node. Image crashes on startup and breaks deploy.
Environment details
OS: debian (google/cloud-sdk:latest)
Node.js version: v22.7.0
@google-cloud/logging-winston
version: "^6.0.0"Steps to reproduce
It doesn't seems like there is just a problem with node 22.7 and some dependency used by logging. The following example:
package.json
test.js
Will crash with
The text was updated successfully, but these errors were encountered: