You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a driverless printer has .local in its URI, we resolve the
URI and save the resolved one as new device URI. The problem was that
a local pointer was assigned to the structure which is passed to the
function as parameter, so the pointer became invalid once the execution
left the create_local_bg_thread() function.
We need to allocate the device URI via cupsdSetString() - the string is
then freed when the printer is deleted or cupsd shuts down.
FixesOpenPrinting#419.
@zdohnal No thanks, I'm porting cups to EdgerOS(our intelligent edge operating system), and found the issue during testing, thanks for developing the cups project.
Line 5300:
The text was updated successfully, but these errors were encountered: