Mike Frysinger

Results 280 comments of Mike Frysinger

please file new issues for changes to existing APIs, or just send PRs directly. i don't see a problem with constifying strings where possible.

i'm not sure capping all memory allocations is the right route for fuzzers. there's two scenarios here: * fuzzed input generates a valid image with super big dimensions * fuzzed...

i'd prefer fuzzers/ just to match examples/ and tests/ is this corpus something you built up or just fetched from somewhere else ? if it's an existing project that maintains...

> Here are some details: implicit docs aren't really docs. they need to be linked from the relevant files so people can find them easily.

gddemo.c prob should be under examples/. the rest prob should be moved to tests/.

can you attach a small file that illustrates the issue for us ?

i'm not saying you're wrong ... i'm asking for a small program that we can build/run to check the behavior on our side so that we can develop a fix...

you could always take an existing free font and hack it up with something like [FontForge](https://fontforge.github.io/) or [Birdfont](https://birdfont.org/). we don't need the glyphs to be "correct", just unique so we...

the [HTML spec](https://html.spec.whatwg.org/multipage/named-characters.html) links to a JSON database: https://html.spec.whatwg.org/entities.json seems like that'd be a lot easier to parse than an ad-hoc HTML parser ? could even do it in Python...

i agree we should stop installing entities.h. i'll do that for the next major release. this should only exist for our own gdft.c usage. the generation script is for us...