[gnome-db] Re: [Bug 98472] Changed - Mergeant & MySqlplugin crash



Hi

Vivien, could you have a look at this patch, and apply it to CVS if it's
correct?

cheers

On Wed, 2002-11-20 at 01:40, bugzilla-daemon widget gnome org wrote:
> Please do not reply to this email- if you want to comment on the bug, go to the
> URL shown below and enter your comments there.
> 
> http://bugzilla.gnome.org/show_bug.cgi?id=98472
> 
> Changed by petrch regnet cz 
> 
> --- shadow/98472	Thu Nov 14 04:52:30 2002
> +++ shadow/98472.tmp.18319	Tue Nov 19 19:40:02 2002
> @@ -12,13 +12,12 @@
>  ReportedBy: unknown bugzilla gnome org               
>  QAContact: gnome-db-maint bugzilla gnome org
>  TargetMilestone: ---
>  URL: 
>  Summary: Mergeant & MySqlplugin crash
>  
> -
>  Package: mergeant
>  Severity: major
>  Version: 0.8.199
>  Synopsis: Mergeant & MySqlplugin crash
>  Bugzilla-Product: mergeant
>  Bugzilla-Component: General
> @@ -251,6 +250,21 @@
>  
>  The original reporter (ettore btbs unimib it) of this bug does not have an account here.
>  Reassigning to the exporter, unknown bugzilla gnome org 
>  Reassigning to the default owner of the component, malerba gnome-db org 
>  
> 
> +
> +------- Additional Comments From petrch regnet cz  2002-11-19 19:40 -------
> +use HOTFIX in #98670 with:
> +
> +vi object-selector-ext.c +211
> +change 2 lines with comments to:
> +
> +get_dbfield_cols (DbField *field, guint nbcols)
> +{
> +        gchar *str=NULL;  //asure str is well defined
> +        g_return_val_if_fail (field && IS_DB_FIELD (field), NULL);
> +        g_return_val_if_fail (nbcols == 1, NULL);
> +        if(field->type != NULL) //don't dereference type if it's NULL
> +        if (field->length >= 0)
> +




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]