K 10 svn:author V 3 pjd K 8 svn:date V 27 2006-01-17T10:19:37.000000Z K 7 svn:log V 380 MFC: sys/kern/kern_malloc.c 1.150 In realloc(9), determine size of the original block based on UMA_SLAB_MALLOC flag. In some circumstances (I observed it when I was doing a lot of reallocs) UMA_SLAB_MALLOC can be set even if us_keg != NULL. If this is the case we have wonderful, silent data corruption, because less data is copied to the newly allocated region than should be. END