[Bug 353865] New: sax2: Read Identity. map files in updates directory in sorted order
https://bugzilla.novell.com/show_bug.cgi?id=353865 Summary: sax2: Read Identity.map files in updates directory in sorted order Product: openSUSE 11.0 Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: SaX2 AssignedTo: ms@novell.com ReportedBy: sndirsch@novell.com QAContact: qa@suse.de Found By: --- Since there can be conflicting entries for the same vendor/device IDs in different Identity.map files in the updates directory, it needs to be defined which one is preferred. I attach a patch, which sorts the files *locale independant*, so the common priority theme Identity.map.[0-9][0-9]<whatever> for the files can be used. Lower numbers win. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=353865 User ms@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=353865#c4 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Marcus Schaefer <ms@novell.com> 2008-01-15 07:26:11 MST --- Thanks for the patch: * I removed the debug printf call * I free'ed the sort array afterwards package submitted -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=353865 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=353865#c5 --- Comment #5 from Stefan Dirsch <sndirsch@novell.com> 2008-01-15 08:22:19 MST --- Thanks a lot for including the patch and adding the missing free() calls. Unfortunately you missed the second printf() in line441. [...] printf("Reading %s\n", a[i]); [...] -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com