]> mj.ucw.cz Git - libucw.git/commit
Use xmalloc_zero() instead of xmalloc(), thus squashing several uninitialized
authorMartin Mares <mj@ucw.cz>
Sun, 21 Jan 2001 11:09:42 +0000 (11:09 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 21 Jan 2001 11:09:42 +0000 (11:09 +0000)
commit8b99ea031d6c12404d435a38fc3440ef69c1937b
tree160fefebd05f44dfa1cff6c3c7095857c42eabc7
parent2fbd0bc2b1bd00d48ea7f6852e6684b3c01dbce4
Use xmalloc_zero() instead of xmalloc(), thus squashing several uninitialized
structure field bugs. Also simplified the code a lot.
lib/fb-mem.c