Commit Briefs

Omar Polo

gotwebd: plug two memory leak and drop unneeded ternary

ok tracey@



Mark Jamsek

tog: remove gcc ternary if extension

ok stsp@


Stefan Sperling

add a gotwebd todo item


Stefan Sperling

remove gotwebd TODO items that are done



Omar Polo

wrap overlong line in diff.sh


Omar Polo

fix NULL deref in the object cache debug code; ok stsp@

it's not in code compiled by default as it's under GOT_OBJ_CACHE_DEBUG.






Omar Polo

mark check_refcount as static

needed because of -Wmissig-prototypes; ok stsp@