That can never happen. If it does then nothing will work in IUP. One of
the most sensible parts in IUP is its hash table. And it proved so far it
is quite reliable.

Best,
Scuri


Em seg., 4 de nov. de 2019 às 13:57, Ranier VF <ranier_...@hotmail.com>
escreveu:

> Hi,
> Dererencing a potential null pointer at line 294.
>
> --- \dll\iup\a\src\iup_attrib.c Thu Oct 03 21:48:51 2019
> +++ iup_attrib.c        Mon Nov 04 13:51:57 2019
> @@ -287,12 +287,12 @@
>
>    /* store the names before updating so we can add or remove attributes
> during the update */
>    name = iupTableFirst(ih->attrib);
> -  while (name)
> +  while (name && i < count)
>    {
>      if (!iupATTRIB_ISINTERNAL(name))
>      {
>        name_array[i] = name;
> -      i++;
> +      ++i;
>      }
>
>      name = iupTableNext(ih->attrib);
>
> Thanks.
> Ranier Vilela_______________________________________________
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to