Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

cups-2.2.10/ppdc/ppdmerge.cxx:202]: (error) Using pointer to local variable 'bckname' that is out of scope. #5455

Description

@dcb314

cups-2.2.10/ppdc/ppdmerge.cxx:157] -> [cups-2.2.10/ppdc/ppdmerge.cxx:144] -> [cups-2.2.10/ppdc/ppdmerge.cxx:202]: (error) Using pointer to local variable 'bckname' that is out of scope.

$ fgrep bckname ppdc/ppdmerge.cxx
char bckname[1024]; // Backup filename
snprintf(bckname, sizeof(bckname), "%s.bck", inname);
if (rename(inname, bckname))
inname, bckname, strerror(errno));
inname = bckname;
$

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions