> Two things you can do: > > > > * An unrelated crash happens when alt="" is present in a map file, > > during load. Can you check what causes it and propose a fix? >
Yeah, I already started working on it. It is due to double free. This crash can be avoided if MALLOC_CHECK_ environment variable is set to 0. But anyhow I will try to produce a fix in the code for this. > > * Please propose a fix for UTF-8 un-escaping. > I will start that soon. > > One more thing: > > * Do the other parsers (NCSA and CERN) also need unescaping? > > Please can you check and make patches for these? You can open new bugs > for these to track them. > > As far as I checked till now, they don't need unescaping because they don't write the HTML encodings. CSIM only needs unescaping.
_______________________________________________ gimp-developer-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gimp-developer-list
