Opened 15 years ago

Closed 5 years ago

#2929 closed defect (wontfix)

SDE : GDALOpenShared( .., GA_ReadOnly ) crashes when using whitespace

Reported by: andersmoe Owned by: hobu
Priority: normal Milestone: closed_because_of_github_migration
Component: GDAL_Raster Version: 1.6.0
Severity: normal Keywords: sde, whitespace
Cc: warmerdam

Description

GDALOpenShared( constring, GA_ReadOnly ) crashes when the table name (NASA) has a whitespace in front of it:

SDE:power, 5151,sde,sde,password, NASA

The same string works fine when written

SDE:power, 5151,sde,sde,password,NASA

I see

SE_registration_get_info_list:-220/Table not registered

printed in the background windows.

Anders

Change History (4)

comment:1 by warmerdam, 15 years ago

Cc: warmerdam added
Keywords: gdal removed
Milestone: 1.6.1
Owner: changed from warmerdam to hobu

Howard?

comment:2 by Jukka Rahkonen, 9 years ago

This can't be the only place in GDAL when the syntax is sensitive to whitespace.

Anybody against closing the ticket as "wontfix"?

comment:3 by Jukka Rahkonen, 9 years ago

Is there anybody who could make a test with current GDAL? I have seen that in some other places it tolerates extra white space better than before. Maybe it would not crash now.

comment:4 by Even Rouault, 5 years ago

Milestone: closed_because_of_github_migration
Resolution: wontfix
Status: newclosed

This ticket has been automatically closed because Trac is no longer used for GDAL bug tracking, since the project has migrated to GitHub. If you believe this ticket is still valid, you may file it to https://github.com/OSGeo/gdal/issues if it is not already reported there.

Note: See TracTickets for help on using tickets.