Home | History | Annotate | Download | only in stbi
History log of /src/sys/dev/stbi/stb_image.c
RevisionDateAuthorComments
 1.12  20-Jan-2024  mlelstv Don't put big structures on stack.
Should fix PR 57859.
 1.11  26-Aug-2023  andvar s/interal/interval/ in comment.
 1.10  05-Dec-2021  msaitoh branches: 1.10.4;
s/preceed/preced/ in comment.
 1.9  04-Feb-2018  mrg a macro idiom used here triggers the GCC 6.4 ident checker. work around it.
 1.8  21-Jan-2016  christos PR/50686: David Binderman: fix memory leak
 1.7  21-Jan-2016  christos remove malloc casts.
 1.6  15-Sep-2013  martin branches: 1.6.6;
Remove unused variables
 1.5  27-Jan-2013  mbalmer branches: 1.5.2;
exitting -> exiting.
 1.4  02-Jun-2012  christos branches: 1.4.2;
p->out is always NULL here
 1.3  02-Jun-2012  christos PR/46518: Nat Sloss: stbi splash: compressed PNG file causes panic
Make the kernel FREE macro behave like the userland free(3), i.e. accept NULL
 1.2  20-Jan-2012  jmcneill reduce stack usage of stbi_gif_load_from_memory when STBI_SMALL_STACK is
defined
 1.1  06-Feb-2011  jmcneill branches: 1.1.2; 1.1.4; 1.1.8; 1.1.10; 1.1.14;
add a public domain image decoder
 1.1.14.1  18-Feb-2012  mrg merge to -current.
 1.1.10.3  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.1.10.2  30-Oct-2012  yamt sync with head
 1.1.10.1  17-Apr-2012  yamt sync with head
 1.1.8.2  06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1  06-Feb-2011  jruoho file stb_image.c was added on branch jruoho-x86intr on 2011-06-06 09:08:39 +0000
 1.1.4.2  05-Mar-2011  rmind sync with head
 1.1.4.1  06-Feb-2011  rmind file stb_image.c was added on branch rmind-uvmplock on 2011-03-05 20:54:07 +0000
 1.1.2.2  09-Feb-2011  bouyer Sync with HEAD
 1.1.2.1  06-Feb-2011  bouyer file stb_image.c was added on branch bouyer-quota2 on 2011-02-09 10:44:11 +0000
 1.4.2.3  03-Dec-2017  jdolecek update from HEAD
 1.4.2.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4.2.1  25-Feb-2013  tls resync with head
 1.5.2.1  18-May-2014  rmind sync with head
 1.6.6.1  19-Mar-2016  skrll Sync with HEAD
 1.10.4.1  16-Aug-2025  martin Pull up following revision(s) (requested by hgutch in ticket #1149):

sys/dev/stbi/stb_image.c: revision 1.12

Don't put big structures on stack.
Should fix PR 57859.

RSS XML Feed